env vars need quotes
This commit is contained in:
parent
372605c5bb
commit
f04718040c
|
@ -17,12 +17,6 @@ branches:
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- KEY=$(cat /dev/urandom | tr -cd 'a-z' | head -c 12)
|
- KEY=$(cat /dev/urandom | tr -cd 'a-z' | head -c 12)
|
||||||
- PASSWORD=$KEY$(cat /dev/urandom | tr -cd 'A-Z' | head -c 2)$(cat /dev/urandom | tr -cd '0-9' | head -c 2)
|
- PASSWORD=$KEY$(cat /dev/urandom | tr -cd 'A-Z' | head -c 2)$(cat /dev/urandom | tr -cd '0-9' | head -c 2)
|
||||||
# - curl -fSL "https://releases.hashicorp.com/terraform/0.9.2/terraform_0.9.2_linux_amd64.zip" -o terraform.zip
|
|
||||||
# - sudo unzip terraform.zip -d /opt/terraform
|
|
||||||
# - sudo ln -s /opt/terraform/terraform /usr/bin/terraform
|
|
||||||
# - rm -f terraform.zip
|
|
||||||
|
|
||||||
#
|
|
||||||
|
|
||||||
# terraform deploy script
|
# terraform deploy script
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue