File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 if : github.event.action != 'closed'
9090 environment :
9191 name : ci-renku-${{ github.event.number }}
92- url : https://ci-renku-${{ github.event.number }} .dev.renku.ch
92+ url : https://staging .dev.renku.ch
9393 steps :
9494 - uses : actions/checkout@v4.2.2
9595 - name : Find deployment url
@@ -108,7 +108,7 @@ jobs:
108108 token : ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
109109 issue-number : ${{ github.event.pull_request.number }}
110110 body : |
111- You can access the deployment of this PR at https://ci-renku-${{ github.event.number }} .dev.renku.ch
111+ You can access the deployment of this PR at https://staging .dev.renku.ch
112112 - name : renku build and deploy
113113 if : needs.check-deploy.outputs.switch-deploy == 'true'
114114 uses : SwissDataScienceCenter/renku-actions/deploy-renku@v1.18.2
@@ -117,7 +117,7 @@ jobs:
117117 DOCKER_USERNAME : ${{ secrets.RENKU_DOCKER_USERNAME }}
118118 GITLAB_TOKEN : ${{ secrets.DEV_GITLAB_TOKEN }}
119119 KUBECONFIG : " ${{ github.workspace }}/renkubot-kube.config"
120- RENKU_RELEASE : ci-renku-${{ github.event.number }}
120+ RENKU_RELEASE : staging
121121 RENKU_VALUES_FILE : " ${{ github.workspace }}/values.yaml"
122122 RENKU_VALUES : minimal-deployment/minimal-deployment-values.yaml
123123 RENKUBOT_KUBECONFIG : ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
You can’t perform that action at this time.
0 commit comments