Skip to content

Commit 7d25a03

Browse files
committed
Set flags and don't fail-fast
1 parent 0294eb9 commit 7d25a03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
3838
strategy:
39+
fail-fast: false
3940
matrix:
4041
environment:
4142
- name: bug-bounty
@@ -44,12 +45,14 @@ jobs:
4445
project: pwa-kit
4546
mobify_user: MOBIFY_STG_CLIENT_USER
4647
mobify_api_key: MOBIFY_STG_CLIENT_API_KEY
48+
flags: --cloud-origin https://cloud-testing.mobify-staging.com -c ~/.mobify --wait
4749
- name: demo-site
4850
project_key: retail-react-app-demo-site
4951
target: production
5052
project: scaffold-pwa
5153
mobify_user: MOBIFY_CLIENT_USER
5254
mobify_api_key: MOBIFY_CLIENT_API_KEY
55+
flags: --wait
5356
steps:
5457
- name: Checkout
5558
uses: actions/checkout@v4
@@ -95,4 +98,4 @@ jobs:
9598
TARGET: ${{ matrix.environment.target }}
9699
PROJECT: ${{ matrix.environment.project }}
97100
MESSAGE: ${{ env.BUNDLE_NAME }})
98-
FLAGS: --wait
101+
FLAGS: ${{ matrix.environment.flags }}

0 commit comments

Comments
 (0)