run script in wrong dir

This commit is contained in:
Scott Nowicki 2017-04-24 13:30:03 -05:00
parent fcffe2d82b
commit 679aa2e014
1 changed files with 1 additions and 1 deletions

View File

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