Skip to content

Commit

Permalink
gh action fixes ACRpull and CS PR
Browse files Browse the repository at this point in the history
* acrpull is deployed as part of the cluster deployment pipelines of SC and MC and is not required to run again during service deployments
* CS does not need deployment onto the CSPR environment

Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Feb 14, 2025
1 parent a405143 commit 1fa96d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/services-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@
cd dev-infrastructure/
make svc.aks.kubeconfig
- name: 'Deploy ACR Pull Configuration'
run: |
make acrpull.deploy_pipeline
- name: 'Deploy Frontend'
run: |
make frontend.deploy_pipeline
Expand All @@ -94,6 +90,7 @@
make backend.deploy_pipeline
- name: 'Deploy Cluster Service'
if: !inputs.deploy_cs_pr_check_deps
run: |
make cluster-service.deploy_pipeline
Expand Down

0 comments on commit 1fa96d7

Please sign in to comment.