diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:05:53 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:05:53 -0700 |
commit | 99530e1900bddae9e9efc3082741a91ea0078fd5 (patch) | |
tree | 08d5cd30ca8dec283b8811743b8027b3e25e138d | |
parent | maybe this time (diff) | |
download | fcuny.net-99530e1900bddae9e9efc3082741a91ea0078fd5.tar.gz |
one more time
-rw-r--r-- | .drone.yml | 3 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 83fbc12..67bf620 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,5 +14,4 @@ steps: FLY_API_TOKEN: from_secret: FLY_API_TOKEN commands: - - nix develop - - bash ./scripts/deploy.sh + - nix shell --command bash ./scripts/deploy.sh diff --git a/flake.nix b/flake.nix index fa39b45..35ada07 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,6 @@ ''; devShell = - pkgs.mkShell { buildInputs = with pkgs; [ hugo flyctl git ]; }; + pkgs.mkShell { buildInputs = with pkgs; [ hugo flyctl git jq ]; }; }); } |