diff options
Diffstat (limited to 'tools/govanity/.drone.yml')
-rw-r--r-- | tools/govanity/.drone.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/govanity/.drone.yml b/tools/govanity/.drone.yml deleted file mode 100644 index ee50017..0000000 --- a/tools/govanity/.drone.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -kind: pipeline -type: exec -name: default - -trigger: - event: - - push - branch: - - main - -steps: - - name: deploy - environment: - FLY_API_TOKEN: - from_secret: FLY_API_TOKEN - commands: - - nix run .#deploy |