aboutsummaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/notes/.drone.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/users/fcuny/notes/.drone.yml b/users/fcuny/notes/.drone.yml
new file mode 100644
index 0000000..ee50017
--- /dev/null
+++ b/users/fcuny/notes/.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