run script in wrong dir
This commit is contained in:
parent
fcffe2d82b
commit
679aa2e014
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue