Skip to content

Commit

Permalink
Update service-eat-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGANGLOFF authored Apr 22, 2024
1 parent ed3af53 commit 28d4416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-eat-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Deploy to Kubernetes
run: |
kubectl set image deployment/eat myapp=${{ secrets.DOCKER_USERNAME }}/t-web-800:eat-latest --record
kubectl set image deployment/eat myapp=${{ secrets.DOCKER_USERNAME }}/t-web-800:eat-latest --namespace eat
- name: Check deploy
run: kubectl rollout status deployment/eat -n eat
Expand Down

0 comments on commit 28d4416

Please sign in to comment.