Skip to content

Commit 0b5a01a

Browse files
authored
test: fix comments in deploy-pr.yaml (#8733)
1 parent 26264bd commit 0b5a01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
--set coder.env[1].value="*--pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}" \
188188
--set coder.env[2].name=CODER_EXPERIMENTS \
189189
--set coder.env[2].value="*" \
190+
--force
190191
# Uncomment this when https://github.com/coder/coder/issues/8714 is resolved
191192
# --set coder.env[3].name=CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS \
192193
# --set coder.env[3].value=true \
@@ -197,8 +198,7 @@ jobs:
197198
# --set coder.env[6].name=CODER_OAUTH2_GITHUB_ALLOWED_ORGS \
198199
# --set coder.env[6].value=coder \
199200
# --set coder.env[7].name=CODER_OAUTH2_GITHUB_REDIRECT_URI \
200-
# --set coder.env[7].value="https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}/gitauth/github/callback \
201-
--force
201+
# --set coder.env[7].value="https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}/gitauth/github/callback
202202
203203
- name: Install coder-logstream-kube
204204
run: |

0 commit comments

Comments
 (0)