Skip to content

Commit da95331

Browse files
author
Sam Morris
committed
update kubectl command
1 parent b74a8d9 commit da95331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727

2828
- name: Deploy to EKS
2929
run: |
30-
kubectl set image deployment/server samanthamorris684/catbot=samanthamorris684/catbot:test
31-
kubectl rollout status deployment/server
30+
kubectl set image deployment/server server=samanthamorris684/catbot:test -n cat-chatbot
31+
kubectl rollout status deployment/server -n cat-chatbot

0 commit comments

Comments
 (0)