Skip to content

Commit

Permalink
Revert makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
castrapel committed May 19, 2023
1 parent c80c4ec commit bd5e22d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,3 @@ build_docker_base_image:
upload_docker_base_image:
@echo "--> Uploading Iambic Docker base container image"
$(docker_base_image_buildx) --push .

.PHONY: check_aws_creds
check_aws_creds:
@aws sts get-caller-identity > /dev/null || (echo "Invalid or no AWS credentials provided."; exit 1)

.PHONY: update_lambda
update_lambda: check_aws_creds
@cd deployment/github_app && \
terraform init && \
terraform refresh && \
terraform apply $(if $(AUTO_APPROVE),-auto-approve)

0 comments on commit bd5e22d

Please sign in to comment.