Skip to content

Commit ca193d1

Browse files
committed
fix typos
1 parent 9d335e8 commit ca193d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-to-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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 }}

infra/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RESET=$(shell tput -T xterm sgr0)
2929
PAR=200
3030
EXTRA_ARGS?=
3131

32-
CURRENT_FOLDER=koala
33-
BUCKET_KEY=koala
32+
CURRENT_FOLDER=dx-mock-warden
33+
BUCKET_KEY=dx-mock-warden
3434

3535
ifeq ($(ENV)$(REGION),produs-east-1)
3636
AWS_PROFILE?=fpjs_prod

infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variable "env_vars" {
88
variable "service_name" {
99
type = string
1010
default = "ecs-service"
11-
description = "Koala service name"
11+
description = "Service name"
1212
}
1313
variable "image" {
1414
type = string

0 commit comments

Comments
 (0)