Skip to content

Commit

Permalink
Fix rollout composite
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Jan 31, 2024
1 parent 19b421f commit e755131
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ jobs:
with:
app-name: "idh-idc"
service-name: "frontend"
dockerfile-location: "frontend"
gcloud-sa: ${{ secrets.GCLOUD_SERVICE_ACCOUNT_REGISTRY }}

- name: Docker Push Backend
uses: ./composite-actions/.github/actions/docker-push
with:
app-name: "idh-idc"
service-name: "backend"
dockerfile-location: "backend"
gcloud-sa: ${{ secrets.GCLOUD_SERVICE_ACCOUNT_REGISTRY }}

- name: Rollout Frontend
Expand All @@ -71,6 +69,6 @@ jobs:
uses: ./composite-actions/.github/actions/rollout
with:
app-name: "idh-idc"
service-name: "frontend"
service-name: "backend"
cluster-name: "test"
gcloud-sa: ${{ secrets.GCLOUD_SERVICE_ACCOUNT_K8S }}

0 comments on commit e755131

Please sign in to comment.