diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | users/fcuny/notes/.drone.yml | 18 | ||||
-rw-r--r-- | users/fcuny/notes/.envrc | 1 | ||||
-rw-r--r-- | users/fcuny/notes/.gitignore | 2 |
4 files changed, 1 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore index bcc2163..698c49d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /users/fcuny/blog/.hugo_build.lock +/users/fcuny/notes/.hugo_build.lock diff --git a/users/fcuny/notes/.drone.yml b/users/fcuny/notes/.drone.yml deleted file mode 100644 index ee50017..0000000 --- a/users/fcuny/notes/.drone.yml +++ /dev/null @@ -1,18 +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 diff --git a/users/fcuny/notes/.envrc b/users/fcuny/notes/.envrc deleted file mode 100644 index 3550a30..0000000 --- a/users/fcuny/notes/.envrc +++ /dev/null @@ -1 +0,0 @@ -use flake diff --git a/users/fcuny/notes/.gitignore b/users/fcuny/notes/.gitignore deleted file mode 100644 index a85694c..0000000 --- a/users/fcuny/notes/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/docs/ -/.hugo_build.lock |