We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74a8d9 commit da95331Copy full SHA for da95331
.github/workflows/release.yml
@@ -27,5 +27,5 @@ jobs:
27
28
- name: Deploy to EKS
29
run: |
30
- kubectl set image deployment/server samanthamorris684/catbot=samanthamorris684/catbot:test
31
- kubectl rollout status deployment/server
+ kubectl set image deployment/server server=samanthamorris684/catbot:test -n cat-chatbot
+ kubectl rollout status deployment/server -n cat-chatbot
0 commit comments