about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-23 19:34:16 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-23 19:34:16 -0700
commitfc406c25e311a203942a89ae73522375a05e2cec (patch)
treef11ee2fe4f9072ebc2920b31c2d7b3c7a8fe169e
parentMerge remote-tracking branch 'notes/main' (diff)
downloadworld-fc406c25e311a203942a89ae73522375a05e2cec.tar.gz
ref(notes): remove unneeded files for my notes
In a monorepo setup, the CI configuration is not used at this level of
the tree, and the gitignore/envrc are not relevant.
-rw-r--r--.gitignore1
-rw-r--r--users/fcuny/notes/.drone.yml18
-rw-r--r--users/fcuny/notes/.envrc1
-rw-r--r--users/fcuny/notes/.gitignore2
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