diff options
Diffstat (limited to '.github/workflows/ci-cd.yml')
-rw-r--r-- | .github/workflows/ci-cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 56fc5f12..8216db35 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -88,4 +88,4 @@ jobs: run: kubectl apply -f kubernetes/server.yml - name: Verify deployment - run: kubectl rollout status deployment/seven-wonders + run: kubectl rollout status --namespace seven-wonders deployment/seven-wonders |