diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-23 19:34:16 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-23 19:34:16 -0700 |
commit | fc406c25e311a203942a89ae73522375a05e2cec (patch) | |
tree | f11ee2fe4f9072ebc2920b31c2d7b3c7a8fe169e /users | |
parent | Merge remote-tracking branch 'notes/main' (diff) | |
download | world-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.
Diffstat (limited to 'users')
-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 |
3 files changed, 0 insertions, 21 deletions
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 |