File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 id : build-task-definition
4141 with :
4242 working_directory : ./infra
43- image_tag : ${{ steps.get- version.outputs.tag }}
43+ image_tag : ${{ steps.version.outputs.tag }}
4444 github_user : ${{ secrets.A_GH_USER }}
4545 github_token : ${{ secrets.A_GH_TOKEN }}
4646 environment : ${{ env.ENV }}
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ RESET=$(shell tput -T xterm sgr0)
2929PAR =200
3030EXTRA_ARGS? =
3131
32- CURRENT_FOLDER =koala
33- BUCKET_KEY =koala
32+ CURRENT_FOLDER =dx-mock-warden
33+ BUCKET_KEY =dx-mock-warden
3434
3535ifeq ($(ENV )$(REGION ) ,produs-east-1)
3636AWS_PROFILE? =fpjs_prod
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variable "env_vars" {
88variable "service_name" {
99 type = string
1010 default = " ecs-service"
11- description = " Koala service name"
11+ description = " Service name"
1212}
1313variable "image" {
1414 type = string
You can’t perform that action at this time.
0 commit comments