diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 3a9bccd69..7308633de 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -81,4 +81,4 @@ jobs: run: | gcloud container clusters get-credentials app --region ${{ secrets.GKE_REGION }} --project ${{ secrets.GKE_PROJECT }} kubectl set image -n irisnet deployment/irisnet-docs frontend=irisnet/docs:${{ github.sha }} - kubectl rollout status deployment/irisnet-docs + kubectl rollout status -n irisnet deployment/irisnet-docs