Skip to content

Commit

Permalink
#11 updated makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
raghunadhpokkalath committed Aug 9, 2020
1 parent 8ac051a commit a156d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ publish:

.PHONY: deploy-wp #Update the task definition with the new container built on previous
deploy-wp:
@echo "@@@ Update ECS service with new image task definition @@@"
cd terraform; terraform apply -target=module.ecs -var="image_tag=${SHA}" -auto-approve

.PHONY:destroy
Expand Down

0 comments on commit a156d2a

Please sign in to comment.