about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/blog/.drone.yml23
-rw-r--r--users/fcuny/blog/.envrc1
-rw-r--r--users/fcuny/blog/.gitignore3
-rw-r--r--users/fcuny/blog/README.org2
4 files changed, 1 insertions, 28 deletions
diff --git a/users/fcuny/blog/.drone.yml b/users/fcuny/blog/.drone.yml
deleted file mode 100644
index e312fb4..0000000
--- a/users/fcuny/blog/.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
-
-...
diff --git a/users/fcuny/blog/.envrc b/users/fcuny/blog/.envrc
deleted file mode 100644
index 3550a30..0000000
--- a/users/fcuny/blog/.envrc
+++ /dev/null
@@ -1 +0,0 @@
-use flake
diff --git a/users/fcuny/blog/.gitignore b/users/fcuny/blog/.gitignore
deleted file mode 100644
index 8ec0a90..0000000
--- a/users/fcuny/blog/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/docs/
-/.hugo_build.lock
-/result
diff --git a/users/fcuny/blog/README.org b/users/fcuny/blog/README.org
index 0158727..1342eeb 100644
--- a/users/fcuny/blog/README.org
+++ b/users/fcuny/blog/README.org
@@ -5,4 +5,4 @@ My personal blog.
 * Run
 The dependencies are managed with nix. Running =nix run= will start the hugo server.
 * Deploy
-You can deploy the site by running [[file:scripts/deploy.sh][scripts/deploy.sh]]. There's also a [[file:.drone.yml][.drone.yml]] configuration to trigger a build and deploy with drone.
+You can deploy the site by running [[file:scripts/deploy.sh][scripts/deploy.sh]].