diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-29 17:48:22 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-29 17:48:22 -0800 |
| commit | e0f55b4aa4477ea22d00ef40361963dadf1d5182 (patch) | |
| tree | a2f8809f6bfd692fc7a50cdece11d5bb556404e0 | |
| parent | ci: run the deploy workflow in docker (diff) | |
| download | fcuny.net-e0f55b4aa4477ea22d00ef40361963dadf1d5182.tar.gz | |
ci: something is not working correctly
Diffstat (limited to '')
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ kind: pipeline -type: docker +type: exec name: deploy trigger: @@ -10,11 +10,11 @@ trigger: steps: - name: deploy - image: nixpkgs/nix-flakes:nixos-22.05 environment: FLY_API_TOKEN: from_secret: FLY_API_TOKEN commands: + - nix --version - nix run .#deploy --- kind: pipeline |
