Removed key declaration
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/manual/deploy Pipeline was successful

This commit is contained in:
Oscar Blue 2022-12-03 04:36:49 +00:00
parent 680b849179
commit e0ac1a5d88

View file

@ -1,7 +1,4 @@
CODE_PATH ?= .
HETZNERKEY ?= .
B2ACCESS ?= .
B2SECRET ?= .
init:
@cd $(CODE_PATH) && terraform init -reconfigure -upgrade -backend-config="access_key=$(B2ACCESS)" -backend-config="secret_key=$(B2SECRET)"