Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 30ca098

Browse files
committed
Update cluster name
1 parent 64f9c6e commit 30ca098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
with:
5757
task-definition: ${{ steps.cube-api-task-def.outputs.task-definition }}
5858
service: cube_api
59-
cluster: production
59+
cluster: prod-sync_cluster
6060
wait-for-service-stability: true
6161

6262
- name: Deploy cube-refresh-worker task definition
6363
uses: aws-actions/[email protected]
6464
with:
6565
task-definition: ${{ steps.cube-refresh-worker-task-def.outputs.task-definition }}
6666
service: cube_refresh_worker
67-
cluster: production
67+
cluster: prod-sync_cluster
6868
wait-for-service-stability: true

0 commit comments

Comments
 (0)