Skip to content

Commit

Permalink
fix typo in update-image step
Browse files Browse the repository at this point in the history
  • Loading branch information
tabriszhu913 committed Jun 26, 2022
1 parent bd73182 commit 313a1ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
push: true
tags: ${{ env.DOCKER_REGISTRY }}/booking-frontend:latest

update-image:
rollout-image:
runs-on: ubuntu-latest
needs: build-and-push
steps:
Expand All @@ -109,9 +109,9 @@ jobs:
- name: Deploy
run: |-
kubectl rollout restart deployment booking-backend
kubectl rollout statusdeployment booking-backend
kubectl rollout status deployment booking-backend
kubectl rollout restart deployment booking-frontend
kubectl rollout statusdeployment booking-frontend
kubectl rollout status deployment booking-frontend

0 comments on commit 313a1ba

Please sign in to comment.