Skip to content

Commit 00bde6b

Browse files
committed
try again for deployment
1 parent 83ccbf5 commit 00bde6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.production.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 🚀 Deploy (production)
22
on:
33
push:
44
branches:
5-
- main
5+
# - main
66
# TEMPORARY: hijacking CI/CD and deploying on this branch for now
77
- jam-ticket-page
88
paths-ignore:
@@ -48,7 +48,8 @@ jobs:
4848
uses: superfly/flyctl-actions/setup-flyctl@1.5
4949

5050
- name: 🚀 Deploy Production
51-
if: ${{ github.ref == 'refs/heads/main' }}
51+
# if: ${{ github.ref == 'refs/heads/main' }}
52+
if: ${{ github.ref == 'refs/heads/jam-ticket-page' }}
5253
run: flyctl deploy --remote-only --config ./fly.production.toml --build-arg SOURCE_REPO="remix-run/remix" --build-arg RELEASE_PACKAGE="remix" --strategy rolling
5354
env:
5455
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)