Skip to content

Commit

Permalink
change deployment env to matrix.app
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhoellein committed Sep 18, 2024
1 parent 33620cf commit 4bcfc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/application-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
needs: [check-changes-system, check-changes-app-host-1, update-repo-host-1]
if: ${{ needs.check-changes-system.outputs.host-1 == 'true' }}
runs-on: docker-host-1
environment: host-1
environment: ${{ matrix.app }}
strategy:
matrix:
app: ${{ fromJSON(needs.check-changes-app-host-1.outputs.app-host-1) }}
Expand All @@ -133,7 +133,7 @@ jobs:
needs: [check-changes-system, check-changes-app-host-2, update-repo-host-2]
if: ${{ needs.check-changes-system.outputs.host-2 == 'true' }}
runs-on: docker-host-2
environment: host-2
environment: ${{ matrix.app }}
strategy:
matrix:
app: ${{ fromJSON(needs.check-changes-app-host-2.outputs.app-host-2) }}
Expand Down

0 comments on commit 4bcfc4c

Please sign in to comment.