diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:04:19 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:04:19 -0700 |
commit | df90ab92fbf4835d46f7fb060681044f66b600cb (patch) | |
tree | 43f43cc99c69af4b07ccf1a2c74e3bb85ef14b01 | |
parent | I'll get it right at some point (diff) | |
download | fcuny.net-df90ab92fbf4835d46f7fb060681044f66b600cb.tar.gz |
maybe this time
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 1006ab4..83fbc12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,4 @@ steps: from_secret: FLY_API_TOKEN commands: - nix develop - - ./scripts/deploy.sh + - bash ./scripts/deploy.sh |