summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
deleted file mode 100644
index 4083ad9..0000000
--- a/.github/workflows/deploy.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: peach-deploy
-on:
- push:
- tags:
- - v0.*
-jobs:
- deploy:
- name: deploy peach
- runs-on: ubuntu-latest
- environment: fly
- steps:
- - uses: actions/checkout@v2
- - uses: superfly/flyctl-actions/setup-flyctl@master
- - run: flyctl deploy --remote-only
- env:
- FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}