From fc406c25e311a203942a89ae73522375a05e2cec Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 May 2022 19:34:16 -0700 Subject: 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. --- users/fcuny/notes/.drone.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 users/fcuny/notes/.drone.yml (limited to 'users/fcuny/notes/.drone.yml') 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 -- cgit 1.4.1