Skip to content

Commit 0f3a39b

Browse files
authored
Merge pull request #342 from lucasvuotto/fix/ecs-service-name
Fix GitHub workflow ECS_SERVICE value
2 parents 3db5186 + a754591 commit 0f3a39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
AWS_REGION: us-west-2
99
ECR_REPOSITORY: rif-gateways-ccbridge
10-
ECS_SERVICE: ccbridge_testnet_services # set this to your Amazon ECS service name
10+
ECS_SERVICE: ccbridge_services_testnet # set this to your Amazon ECS service name
1111
ECS_CLUSTER: rif-gateways-ccbridge # set this to your Amazon ECS cluster name
1212
ECS_TASK_DEFINITION: .aws/task-definition.json # set this to the path to your Amazon ECS task definition
1313
# file, e.g. .aws/task-definition.json

0 commit comments

Comments
 (0)