diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-11 18:47:07 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-11 18:47:07 -0700 |
commit | 1440a7c5f648cb6a5797f98db18c00f37a5b7f74 (patch) | |
tree | cd3459bf1ae8e394e414794eaa06bcfa587a7adb /tools/govanity | |
parent | scripts: add a script to deploy (diff) | |
download | world-1440a7c5f648cb6a5797f98db18c00f37a5b7f74.tar.gz |
drone: add a configuration
Diffstat (limited to '')
-rw-r--r-- | tools/govanity/.drone.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/govanity/.drone.yml b/tools/govanity/.drone.yml new file mode 100644 index 0000000..ee50017 --- /dev/null +++ b/tools/govanity/.drone.yml @@ -0,0 +1,18 @@ +--- +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 |