Skip to content

Commit

Permalink
DBP-623 Cross branch deployment (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncolincap authored Mar 5, 2024
1 parent f7cce86 commit 1d9c5c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy.yml@1
with:
dbildungs_iam_server_branch: ${{ needs.branch_meta.outputs.ticket }}
dbildungs_iam_client_branch: main
dbildungs_iam_keycloak_branch: main
dbildungs_iam_client_branch: ${{ needs.branch_meta.outputs.ticket }}
dbildungs_iam_keycloak_branch: ${{ needs.branch_meta.outputs.ticket }}
namespace: ${{ needs.create_branch_identifier.outputs.namespace_from_branch }}
secrets:
SPSH_DEV_KUBECONFIG: ${{ secrets.SPSH_DEV_KUBECONFIG }}
Expand Down

0 comments on commit 1d9c5c7

Please sign in to comment.