Skip to content

Commit 430bfa9

Browse files
author
fgonzalez
committed
chore: use different cluster name by environment
1 parent 573df6c commit 430bfa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-delivery-maven-java17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
- name: Save DigitalOcean kubeconfig with short-lived credentials
301301
run: |
302302
doctl kubernetes cluster kubeconfig save \
303-
--expiry-seconds 600 ${{ secrets.CONVERSATIONS_CLUSTER_NAME }}
303+
--expiry-seconds 600 ${{ secrets.CONVERSATIONS_QA_CLUSTER_NAME }}
304304
305305
- name: Rollout to QA cluster
306306
shell: bash
@@ -335,7 +335,7 @@ jobs:
335335
- name: Save DigitalOcean kubeconfig with short-lived credentials
336336
run: |
337337
doctl kubernetes cluster kubeconfig save \
338-
--expiry-seconds 600 ${{ secrets.CONVERSATIONS_CLUSTER_NAME }}
338+
--expiry-seconds 600 ${{ secrets.CONVERSATIONS_PROD_CLUSTER_NAME }}
339339
340340
- name: Rollout to prod cluster
341341
shell: bash

0 commit comments

Comments
 (0)