Skip to content

Commit ae280d6

Browse files
committed
do not merge
1 parent 6fb09ba commit ae280d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)