We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
deploy-pr.yaml
1 parent26264bd commit0b5a01aCopy full SHA for 0b5a01a
.github/workflows/pr-deploy.yaml
@@ -187,6 +187,7 @@ jobs:
187
--set coder.env[1].value="*--pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}" \
188
--set coder.env[2].name=CODER_EXPERIMENTS \
189
--set coder.env[2].value="*" \
190
+ --force
191
# Uncomment this when https://github.com/coder/coder/issues/8714 is resolved
192
# --set coder.env[3].name=CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS \
193
# --set coder.env[3].value=true \
@@ -197,8 +198,7 @@ jobs:
197
198
# --set coder.env[6].name=CODER_OAUTH2_GITHUB_ALLOWED_ORGS \
199
# --set coder.env[6].value=coder \
200
# --set coder.env[7].name=CODER_OAUTH2_GITHUB_REDIRECT_URI \
- # --set coder.env[7].value="https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}/gitauth/github/callback \
201
- --force
+ # --set coder.env[7].value="https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}/gitauth/github/callback
202
203
-name:Install coder-logstream-kube
204
run:|