diff --git a/.bin/scripts/run-playbook.sh b/.bin/scripts/run-playbook.sh index 3c11af7d..659efb51 100755 --- a/.bin/scripts/run-playbook.sh +++ b/.bin/scripts/run-playbook.sh @@ -63,5 +63,5 @@ function runPlaybook() { if [[ -z "${CI:-}" ]]; then runPlaybook "$@" else - runPlaybook "$@" &> /tmp/deploy_error.log + runPlaybook "$@" &> /tmp/deploy.log fi;