aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/blog/.drone.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/users/fcuny/blog/.drone.yml b/users/fcuny/blog/.drone.yml
new file mode 100644
index 0000000..e312fb4
--- /dev/null
+++ b/users/fcuny/blog/.drone.yml
@@ -0,0 +1,23 @@
+---
+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
+---
+kind: signature
+hmac: 2fbe0f7be54296d1d2aa91d096b1a4e31cfa15104b2284fea15f0865e7cb3545
+
+...