removed branch restrictions on deploy

This commit is contained in:
Scott Nowicki 2017-04-19 10:28:11 -05:00
parent 601735b873
commit bbdb2cef53
1 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,9 @@ branches:
- master
- /^(?i:topic)-.*$/
##todo: switch to before_script and script
# install terraform
before_deploy:
- curl -fSL "https://releases.hashicorp.com/terraform/0.9.3/terraform_0.9.3_linux_amd64.zip" -o terraform.zip
@ -27,6 +30,3 @@ deploy:
- provider: script
skip_cleanup: true
script: cd $TEST_DIR && "./deploy.sh"
on:
repo: 10thmagnitude/terraform
branch: 101-vm-simple-linux