aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yaml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-07 17:20:01 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-07 17:20:01 -0800
commit0daf9f267caea526f9c54d24919fce6a086f1807 (patch)
tree8e3c111f9c3adbeced16ef68f917dcade5fc70a2 /.github/workflows/deploy.yaml
parentflake.lock: Update (diff)
downloadfcuny.net-0daf9f267caea526f9c54d24919fce6a086f1807.tar.gz
ci: drop GitHub workflows
They've been replaced with drone.
Diffstat (limited to '')
-rw-r--r--.github/workflows/deploy.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
deleted file mode 100644
index 4846d57..0000000
--- a/.github/workflows/deploy.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Deploy
-on:
- push:
- branches:
- - main
- paths-ignore:
- - '.github/**'
-
-jobs:
- production:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - uses: cachix/install-nix-action@v18
- with:
- extra_nix_config: |
- experimental-features = nix-command flakes
- - run: nix --log-format raw -L run .#deploy
- env:
- FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}