Update web-container.yml
This commit is contained in:
parent
405f770edd
commit
5ee89c3f66
1 changed files with 4 additions and 4 deletions
8
.github/workflows/web-container.yml
vendored
8
.github/workflows/web-container.yml
vendored
|
|
@ -46,11 +46,11 @@ 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: .github/workflows/web-deploy-nonprod.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 }}
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref || github.ref_name }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
@ -61,11 +61,11 @@ 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-prod.yml@main
|
uses: .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 }}
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref || github.ref_name }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue