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 | 325bed1c113d8688563689402abd974c77cd0cb4 (patch) | |
tree | a72d0c356a4f3f73aad52261feed6c97035d054c /users | |
parent | fix name of the branch for done (diff) | |
download | world-325bed1c113d8688563689402abd974c77cd0cb4.tar.gz |
I'll get it right at some point
Diffstat (limited to 'users')
-rw-r--r-- | users/fcuny/blog/.drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/blog/.drone.yml b/users/fcuny/blog/.drone.yml index 84b4833..1006ab4 100644 --- a/users/fcuny/blog/.drone.yml +++ b/users/fcuny/blog/.drone.yml @@ -15,4 +15,4 @@ steps: from_secret: FLY_API_TOKEN commands: - nix develop - - ./script/deploy.sh + - ./scripts/deploy.sh |