mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
hotfix: broken pipeline (#109)
* fix: cleanup deploy.yml and share workflow * lint issue * hotfix: broken pipeline
This commit is contained in:
parent
9f84652102
commit
7ad2766f94
2 changed files with 4 additions and 0 deletions
2
.github/workflows/deploy-on-merge.yml
vendored
2
.github/workflows/deploy-on-merge.yml
vendored
|
|
@ -28,6 +28,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
host: ${{ fromJson(needs.discover.outputs.hosts) }}
|
host: ${{ fromJson(needs.discover.outputs.hosts) }}
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
uses: ./.github/workflows/_deploy-core.yml
|
uses: ./.github/workflows/_deploy-core.yml
|
||||||
with:
|
with:
|
||||||
host: ${{ matrix.host }}
|
host: ${{ matrix.host }}
|
||||||
|
|
|
||||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -44,6 +44,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
host: ${{ fromJson(needs.prepare.outputs.hosts) }}
|
host: ${{ fromJson(needs.prepare.outputs.hosts) }}
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
uses: ./.github/workflows/_deploy-core.yml
|
uses: ./.github/workflows/_deploy-core.yml
|
||||||
with:
|
with:
|
||||||
host: ${{ matrix.host }}
|
host: ${{ matrix.host }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue