diff --git a/deploy.sh b/deploy.sh index e19595c5d71d437ce7c7ed8dcabb0076fe0f5fc3..9f409608f82aabbe40eb99f252f64058f8689080 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,4 +4,4 @@ TAGS=$(git describe --always --tags HEAD) DEPLOYMENT=statsbot POD=statsbot -kubectl -n statsbot set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS \ No newline at end of file +kubectl set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS \ No newline at end of file