Update web-container.yml
This commit is contained in:
parent
8af7195cac
commit
df9b5ff0d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-container.yml
vendored
2
.github/workflows/web-container.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
env: ${{ fromJson(needs.determine-workflow.outputs.workflow_envs) }}
|
env: ${{ fromJson(needs.determine-workflow.outputs.workflow_envs) }}
|
||||||
uses: Doble-Technologies/ShiftSync-Website/.github/workflows/web-deploy-nonprod.yml@main
|
uses: Doble-Technologies/ShiftSync-Website/.github/workflows/web-deploy-prod.yml@main
|
||||||
with:
|
with:
|
||||||
environments: ${{ matrix.env }}
|
environments: ${{ matrix.env }}
|
||||||
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue