Skip to content

Commit

Permalink
chore: fix mainnet service name (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Sep 19, 2024
1 parent e8701fa commit 0f1bb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: spectre/spectre-node/ecs/task_definition-${{ env.ENVIRONMENT }}.json
service: spectre-service-${{ env.ENVIRONMENT }}
service: spectre-node-service-${{ env.ENVIRONMENT }}
cluster: relayer-${{ env.ENVIRONMENT }}
wait-for-service-stability: true

Expand Down

0 comments on commit 0f1bb8c

Please sign in to comment.