Skip to content

Commit f65a4c1

Browse files
committed
deployment
1 parent c69cdb2 commit f65a4c1

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/fly.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Staging Fly Deploy
22
on:
3-
push:
4-
branches:
5-
- main
3+
push:
4+
branches:
5+
- blah
66
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 }}
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 }}

0 commit comments

Comments
 (0)