We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573df6c commit 430bfa9Copy full SHA for 430bfa9
1 file changed
.github/workflows/continuous-delivery-maven-java17.yml
@@ -300,7 +300,7 @@ jobs:
300
- name: Save DigitalOcean kubeconfig with short-lived credentials
301
run: |
302
doctl kubernetes cluster kubeconfig save \
303
- --expiry-seconds 600 ${{ secrets.CONVERSATIONS_CLUSTER_NAME }}
+ --expiry-seconds 600 ${{ secrets.CONVERSATIONS_QA_CLUSTER_NAME }}
304
305
- name: Rollout to QA cluster
306
shell: bash
@@ -335,7 +335,7 @@ jobs:
335
336
337
338
+ --expiry-seconds 600 ${{ secrets.CONVERSATIONS_PROD_CLUSTER_NAME }}
339
340
- name: Rollout to prod cluster
341
0 commit comments