about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-29 17:43:53 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-29 17:43:53 -0800
commit543dcdc43d620537b51f42495bc0763d149f2248 (patch)
treeb5ec54ea93cf97906e15d348151e8c15a2cafb82
parentfeat(content): no ssh to production (diff)
downloadfcuny.net-543dcdc43d620537b51f42495bc0763d149f2248.tar.gz
ci: run the deploy workflow in docker
Diffstat (limited to '')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 0efdfc7..19ace3e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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