aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 77ceb10c..00000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: Fly Deploy
-on: [push]
-env:
- FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
-jobs:
- deploy:
- name: Deploy app
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: superfly/flyctl-actions/setup-flyctl@master
- - run: flyctl deploy --remote-only