File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -402,8 +402,8 @@ jobs:
402
402
https://${{ env.PR_DEPLOYMENT_ACCESS_URL }}
403
403
404
404
# Create template
405
- git clone https://github.com/matifali/coder-templates.git && cd ./coder-templates/k8s-namespace/
406
- coder templates create -y --variable namespace=pr${{ env.PR_NUMBER }}
405
+ cd ./.github/pr-deployments/template
406
+ coder templates create -y --variable namespace=pr${{ env.PR_NUMBER }} kubernetes
407
407
408
408
# Create workspace
409
409
cat <<EOF > workspace.yaml
@@ -412,8 +412,8 @@ jobs:
412
412
home_disk_size: "2"
413
413
EOF
414
414
415
- coder create --template="k8s-namespace" test --rich-parameter-file ./workspace.yaml -y
416
- coder stop test -y
415
+ coder create --template="kubernetes" kube --rich-parameter-file ./workspace.yaml -y
416
+ coder stop kube -y
417
417
418
418
- name : Send Slack notification
419
419
if : needs.get_info.outputs.NEW == 'true'
You can’t perform that action at this time.
0 commit comments