Skip to content

Commit e783088

Browse files
authored
Merge pull request #342 from lucasvuotto/fix/ecs-service-name
Fix GitHub workflow ECS_SERVICE value
2 parents c3f62db + 0434423 commit e783088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testnet.yml

Lines changed: 1 addition & 1 deletion
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)