We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a377f7a commit 8a13ec9Copy full SHA for 8a13ec9
.github/workflows/production.yaml
@@ -186,4 +186,4 @@ jobs:
186
- name: Deploy
187
uses: docker://gcr.io/cloud-builders/gke-deploy
188
with:
189
- args: run --filename=deployment.yaml --app=${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }} --version=${{ env.GITHUB_REF_SLUG }} --timeout 1800s
+ args: run --filename=deployment.yaml --app=${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }} --version=${{ env.GITHUB_REF_SLUG }} --namespace=test-ns --timeout 1800s
0 commit comments