We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69cdb2 commit f65a4c1Copy full SHA for f65a4c1
1 file changed
.github/workflows/fly.yml
@@ -1,17 +1,17 @@
1
name: Staging Fly Deploy
2
on:
3
- push:
4
- branches:
5
- - main
+ push:
+ branches:
+ - blah
6
jobs:
7
- deploy:
8
- name: Deploy to fly.io
9
- runs-on: ubuntu-latest
10
- environment: main
11
- steps:
12
- - name: Checkout Repository
13
- uses: actions/checkout@v3
14
- - uses: superfly/flyctl-actions/setup-flyctl@master
15
- - run: flyctl deploy --remote-only
16
- env:
17
- FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
+ deploy:
+ name: Deploy to fly.io
+ runs-on: ubuntu-latest
+ environment: main
+ steps:
+ - name: Checkout Repository
+ uses: actions/checkout@v3
+ - uses: superfly/flyctl-actions/setup-flyctl@master
+ - run: flyctl deploy --remote-only
+ env:
+ FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
0 commit comments