diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-03 18:07:43 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-03 18:07:43 -0800 |
commit | 520cc739229d2e2a86a4aec5d471732be71bb2f6 (patch) | |
tree | 5834c658bacff25bf001af2d79bf5f647cba4985 | |
parent | meta: convert README from org-mode to markdown (diff) | |
download | fcuny.net-520cc739229d2e2a86a4aec5d471732be71bb2f6.tar.gz |
ci: delete drone's configuration
-rw-r--r-- | .drone.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 48a240f..0000000 --- a/.drone.yml +++ /dev/null @@ -1,32 +0,0 @@ -kind: pipeline -type: exec -name: deploy - -trigger: - event: - - push - branch: - - main - -steps: - - name: deploy - environment: - FLY_API_TOKEN: - from_secret: FLY_API_TOKEN - commands: - - nix --version - - nix run .#deploy ---- -kind: pipeline -type: docker -name: flakes-update -trigger: - event: - - cron - -steps: - - name: update flakes - image: nixpkgs/nix-flakes:nixos-22.05 - commands: - - nix flake update --commit-lock-file - - nix develop -c git push origin --all |