Skip to content

Commit 4bf573c

Browse files
committed
deploy to prod
1 parent 91fbeb0 commit 4bf573c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 🚀 Deploy (production)
22
on:
33
push:
44
branches:
5-
- main
5+
- better-redirects
66
paths-ignore:
77
- "README.md"
88

@@ -86,7 +86,7 @@ jobs:
8686
uses: superfly/flyctl-actions/setup-flyctl@1.5
8787

8888
- name: 🚀 Deploy Production
89-
if: ${{ github.ref == 'refs/heads/main' }}
89+
if: ${{ github.ref == 'refs/heads/better-redirects' }}
9090
run: flyctl deploy --remote-only --config ./fly.production.toml --build-arg COMMIT_SHA=${{ github.sha }}
9191
env:
9292
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)