Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0f1bb8c

Browse files
authored
chore: fix mainnet service name (#50)
1 parent e8701fa commit 0f1bb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_mainnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
6969
with:
7070
task-definition: spectre/spectre-node/ecs/task_definition-${{ env.ENVIRONMENT }}.json
71-
service: spectre-service-${{ env.ENVIRONMENT }}
71+
service: spectre-node-service-${{ env.ENVIRONMENT }}
7272
cluster: relayer-${{ env.ENVIRONMENT }}
7373
wait-for-service-stability: true
7474

0 commit comments

Comments
 (0)