add execute permissions to deploy.sh file

This commit is contained in:
Scott Nowicki 2017-04-19 10:59:21 -05:00
parent d8131c2d5e
commit 3ce7a2499a

View File

@ -19,7 +19,7 @@ before_deploy:
deploy:
- provider: script
skip_cleanup: true
script: cd $TEST_DIR && "./deploy.sh"
script: cd $TEST_DIR && chmod +x ./deploy.sh && ./deploy.sh
on:
repo: 10thmagnitude/terraform
branch: topic-101-vm-simple-linux