diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-29 17:43:53 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-29 17:43:53 -0800 |
| commit | 543dcdc43d620537b51f42495bc0763d149f2248 (patch) | |
| tree | b5ec54ea93cf97906e15d348151e8c15a2cafb82 /.drone.yml | |
| parent | feat(content): no ssh to production (diff) | |
| download | fcuny.net-543dcdc43d620537b51f42495bc0763d149f2248.tar.gz | |
ci: run the deploy workflow in docker
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ kind: pipeline -type: exec +type: docker name: deploy trigger: @@ -10,6 +10,7 @@ trigger: steps: - name: deploy + image: nixpkgs/nix-flakes:nixos-22.05 environment: FLY_API_TOKEN: from_secret: FLY_API_TOKEN |
