Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/deploy/create.sh.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -x
pushd ${deploy_path}
cd ${deploy_path}
pwd
ls -lah
. envrc
Expand Down Expand Up @@ -54,5 +54,5 @@ if [ $EXITCODE -eq 0 ]; then
echo "success...";
terraform output -json -state="${deploy_path}/tfstate" > ${deploy_path}/outputs.json
fi
popd

exit $EXITCODE
3 changes: 1 addition & 2 deletions modules/deploy/destroy.sh.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -x
pushd ${deploy_path}
cd ${deploy_path}
pwd
ls -lah
. envrc
Expand All @@ -11,4 +11,3 @@ if [ -z "${skip_destroy}" ]; then
else
echo "Not destroying deployed module, it will no longer be managed here."
fi
popd