Skip to content

Commit 3defec3

Browse files
committed
feat: deploy to staging
1 parent 29641d6 commit 3defec3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
135135
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
136136
KUBECONFIG: "${{ github.workspace }}/renkubot-kube.config"
137-
RENKU_RELEASE: ci-renku-${{ github.event.number }}
137+
RENKU_RELEASE: "staging" # TODO: undo at the end of the build
138138
RENKU_VALUES_FILE: "${{ github.workspace }}/values.yaml"
139139
RENKU_VALUES: minimal-deployment/minimal-deployment-values.yaml
140140
TEST_ARTIFACTS_PATH: "tests-artifacts-${{ github.sha }}"
@@ -240,7 +240,7 @@ jobs:
240240
e2e-target: ${{ matrix.tests }}
241241
kubernetes-cluster-fqdn: ${{ needs.check-deploy.outputs.deploy == 'true' && 'dev.renku.ch' }}
242242
renku-reference: ${{ github.ref }}
243-
renku-release: ci-renku-${{ github.event.number }}
243+
renku-release: "staging" # TODO: undo at the end of the build
244244
test-user-password: ${{ secrets.RENKU_BOT_DEV_PASSWORD }}
245245

246246
deploy-string-no-custom-version:

0 commit comments

Comments
 (0)