diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:25:11 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:25:11 -0700 |
commit | f3a1d10b2c5df68835f86082cfb722ae679190ff (patch) | |
tree | ab29190a9e513380ff55b297c4ee58be41a70d12 /tools/govanity/.drone.yml | |
parent | fix(cgit): write the test correctly (diff) | |
parent | remove unused Makefile (diff) | |
download | world-f3a1d10b2c5df68835f86082cfb722ae679190ff.tar.gz |
Merge remote-tracking branch 'govanity/main'
Change-Id: I4fd7c748648415db1fa9baaa048ba51e186ec268
Diffstat (limited to 'tools/govanity/.drone.yml')
-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 |