We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ccbf5 commit 00bde6bCopy full SHA for 00bde6b
.github/workflows/deploy.production.yml
@@ -2,7 +2,7 @@ name: 🚀 Deploy (production)
2
on:
3
push:
4
branches:
5
- - main
+ # - main
6
# TEMPORARY: hijacking CI/CD and deploying on this branch for now
7
- jam-ticket-page
8
paths-ignore:
@@ -48,7 +48,8 @@ jobs:
48
uses: superfly/flyctl-actions/setup-flyctl@1.5
49
50
- name: 🚀 Deploy Production
51
- if: ${{ github.ref == 'refs/heads/main' }}
+ # if: ${{ github.ref == 'refs/heads/main' }}
52
+ if: ${{ github.ref == 'refs/heads/jam-ticket-page' }}
53
run: flyctl deploy --remote-only --config ./fly.production.toml --build-arg SOURCE_REPO="remix-run/remix" --build-arg RELEASE_PACKAGE="remix" --strategy rolling
54
env:
55
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
0 commit comments