Skip to content

Commit 9041c1e

Browse files
committed
fix makefile ordering
1 parent b6d4863 commit 9041c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ postdeploy:
9090

9191
deploy_prod: check_account_prod
9292
@echo "Deploying CloudFormation stack..."
93-
terraform -chdir=terraform/envs/prod apply -auto-approve
9493
terraform -chdir=terraform/envs/prod init
94+
terraform -chdir=terraform/envs/prod apply -auto-approve
9595
sam deploy $(common_params) --parameter-overrides $(run_env)=prod $(set_application_prefix)=$(application_key) $(set_application_name)="$(application_name)" S3BucketPrefix="$(s3_bucket_prefix)"
9696
make postdeploy
9797

0 commit comments

Comments
 (0)