diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:03:18 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:03:18 -0700 |
commit | 4ae3bd5bc33239e7a76396862cb426e3fb0239b4 (patch) | |
tree | 06cf953e1de97dcd578fde2198901cf80acd85b1 | |
parent | fix name of the branch for done (diff) | |
download | fcuny.net-4ae3bd5bc33239e7a76396862cb426e3fb0239b4.tar.gz |
I'll get it right at some point
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 84b4833..1006ab4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,4 @@ steps: from_secret: FLY_API_TOKEN commands: - nix develop - - ./script/deploy.sh + - ./scripts/deploy.sh |