about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-04 19:31:12 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-04 19:31:12 -0700
commitc8638ece11cb0efe2dbb10c996ec746c5c6f8273 (patch)
tree299db18f73b2037bf7f25feebc8bda25d289fcb5
parentfix(static): update the list of SSH public keys (diff)
downloadfcuny.net-c8638ece11cb0efe2dbb10c996ec746c5c6f8273.tar.gz
build: drop the configuration for drone
Diffstat (limited to '')
-rw-r--r--.drone.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index e312fb4..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-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
-
-...