Skip to content

Commit

Permalink
Update deployment-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOomenTheDeveloper authored Jun 18, 2024
1 parent 05c054f commit 2d9017d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.ACR_LOGIN_SERVER }}/front-end/spoticloud
tags: ${{ secrets.ACR_LOGIN_SERVER }}/frontend/spoticloud

deploy-image:
name: Deploy update
Expand All @@ -103,5 +103,5 @@ jobs:
run: az aks get-credentials -g ${{ secrets.AZURE_RESOURCE_GROUP }} -n ${{ secrets.AZURE_CLUSTER_NAME }}

- name: Restart deployment
run: kubectl rollout restart deployment/front-end
run: kubectl rollout restart deployment/frontend
continue-on-error: true # If AKS cluster is not available, pipeline should not fail

0 comments on commit 2d9017d

Please sign in to comment.