adding cd to after_deploy to ensure we're in the correct directory
This commit is contained in:
parent
36e4b74c13
commit
87b049b72d
|
@ -25,4 +25,4 @@ deploy:
|
||||||
branch: topic-101-vm-simple-linux
|
branch: topic-101-vm-simple-linux
|
||||||
|
|
||||||
# TODO: possibly use Azure CLI to delete the resource group
|
# TODO: possibly use Azure CLI to delete the resource group
|
||||||
after_deploy: terraform destroy -force
|
after_deploy: cd $TEST_DIR && terraform destroy -force
|
||||||
|
|
Loading…
Reference in New Issue