diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-23 17:46:33 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-23 17:49:40 -0700 |
| commit | c0d47fda2e95ae0fdb119edc043c33a7289a2468 (patch) | |
| tree | 892ff6b0875e59adb41bc5bed90176df62c4ba2c /users/fcuny/blog/.drone.yml | |
| parent | Merge remote-tracking branch 'blog/main' into fcuny/migrate-monorepo-blog (diff) | |
| download | infra-c0d47fda2e95ae0fdb119edc043c33a7289a2468.tar.gz | |
ref(blog): remove unneeded files for the blog
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 '')
| -rw-r--r-- | users/fcuny/blog/.drone.yml | 23 |
1 files changed, 0 insertions, 23 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 - -... |
