We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fbeb0 commit 4bf573cCopy full SHA for 4bf573c
.github/workflows/deploy.production.yml
@@ -2,7 +2,7 @@ name: 🚀 Deploy (production)
2
on:
3
push:
4
branches:
5
- - main
+ - better-redirects
6
paths-ignore:
7
- "README.md"
8
@@ -86,7 +86,7 @@ jobs:
86
uses: superfly/flyctl-actions/setup-flyctl@1.5
87
88
- name: 🚀 Deploy Production
89
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/better-redirects' }}
90
run: flyctl deploy --remote-only --config ./fly.production.toml --build-arg COMMIT_SHA=${{ github.sha }}
91
env:
92
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
0 commit comments