adding cd to after_deploy to ensure we're in the correct directory

This commit is contained in:
Scott Nowicki 2017-04-19 23:26:28 -05:00
parent 36e4b74c13
commit 87b049b72d
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ deploy:
branch: topic-101-vm-simple-linux
# TODO: possibly use Azure CLI to delete the resource group
after_deploy: terraform destroy -force
after_deploy: cd $TEST_DIR && terraform destroy -force