Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #154 from hazelops/revert-latest-commit
Browse files Browse the repository at this point in the history
Update main.mk
  • Loading branch information
igorkotof authored Jun 24, 2021
2 parents fb20eed + 5397abd commit 37c0683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Macroses
########################################################################################################################
SSH_PUBLIC_KEY ?= $$(cat ~/.ssh/id_rsa.pub)
SSH_PUBLIC_KEY ?= $(shell cat ~/.ssh/id_rsa.pub)
SSH_PUBLIC_KEY_BASE64 = $(shell echo "$(SSH_PUBLIC_KEY)" | $(BASE64))
EC2_KEY_PAIR_NAME ?= $(ENV)-$(NAMESPACE)
ENV_DIR ?= $(INFRA_DIR)/env/$(ENV)
Expand Down

0 comments on commit 37c0683

Please sign in to comment.