Skip to content

Commit 8febe73

Browse files
authored
Update Makefile
changed App Name
1 parent c1ad918 commit 8febe73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include .env
22

33
.EXPORT_ALL_VARIABLES:
4-
APP_NAME=gsa-perdiem-app1
4+
APP_NAME=nyt-movies-app1
55

66
TAG=latest
77
TF_VAR_app_name=${APP_NAME}
@@ -20,4 +20,4 @@ deploy-service:
2020
cd infra/app && terraform init && terraform apply -auto-approve
2121

2222
destroy-service:
23-
cd infra/app && terraform init && terraform destroy -auto-approve
23+
cd infra/app && terraform init && terraform destroy -auto-approve

0 commit comments

Comments
 (0)