File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
"containerDefinitions" :[
11
11
{
12
12
"name" :" rif-gateways-ccbridge-testnet" ,
13
- "image" :" 094889878379.dkr.ecr.us-west-2.amazonaws.com/rif-wallet-services-dev :latest" ,
13
+ "image" :" 094889878379.dkr.ecr.us-west-2.amazonaws.com/rif-gateways-ccbridge :latest" ,
14
14
"logConfiguration" :{
15
15
"logDriver" :" awslogs" ,
16
16
"options" :{
17
17
"awslogs-region" :" us-west-2" ,
18
- "awslogs-group" :" rif-gateways-ccbridge" ,
19
- "awslogs-stream-prefix" :" rif-gateways "
18
+ "awslogs-group" :" /ecs/ rif-gateways-ccbridge" ,
19
+ "awslogs-stream-prefix" :" testnet "
20
20
}
21
21
}
22
22
}
Original file line number Diff line number Diff line change 5
5
types : [published]
6
6
7
7
env :
8
- AWS_REGION : us-west-2
8
+ AWS_REGION : ${{ secrets.AWS_REGION }}
9
9
ECR_REPOSITORY : rif-gateways-ccbridge
10
10
ECS_SERVICE : ccbridge_services_testnet # set this to your Amazon ECS service name
11
11
ECS_CLUSTER : rif-gateways-ccbridge # set this to your Amazon ECS cluster name
12
- ECS_TASK_DEFINITION : .aws/task-definition .json # set this to the path to your Amazon ECS task definition
12
+ ECS_TASK_DEFINITION : .aws/testnet .json # set this to the path to your Amazon ECS task definition
13
13
# file, e.g. .aws/task-definition.json
14
14
CONTAINER_NAME : rif-gateways-ccbridge-testnet # set this to the name of the container in the
15
15
# containerDefinitions section of your task definition
You can’t perform that action at this time.
0 commit comments