This commit is contained in:
parent
42a6110e3c
commit
8441f85f88
@ -15,7 +15,7 @@ steps:
|
||||
from_secret: serverctl_ssh_zip_key
|
||||
commands:
|
||||
- apk --update add curl zip
|
||||
- cd infrastructure && unzip-ssh-keys "$SSH_ZIP_KEY" && cd ..
|
||||
- cd infrastructure && ./unzip-ssh-keys "$SSH_ZIP_KEY" && cd ..
|
||||
- curl --silent --output terraform.zip "https://releases.hashicorp.com/terraform/1.1.6/terraform_1.1.6_linux_amd64.zip"
|
||||
- unzip terraform.zip ; rm -f terraform.zip; chmod +x terraform
|
||||
- mkdir -p ${HOME}/bin ; export PATH=${PATH}:${HOME}/bin; mv terraform ${HOME}/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user