aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-11 00:23:27 -0300
committerEuAndreh <eu@euandre.org>2019-06-11 00:23:27 -0300
commit43f13026e0ba0fac4bb51d4d5192212c4febdfde (patch)
treea5b91e17f194c4b5dad2afbcb7d1538f5f823c57 /scripts
parentDon't rely on git when running .buildenv and .envrc (diff)
downloadserver-43f13026e0ba0fac4bb51d4d5192212c4febdfde.tar.gz
server-43f13026e0ba0fac4bb51d4d5192212c4febdfde.tar.xz
Debug failing run of Ansible playbook
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh
index 8092c27..244f869 100755
--- a/scripts/ci/deploy.sh
+++ b/scripts/ci/deploy.sh
@@ -92,5 +92,5 @@ echo "Done."
echo "Running the Ansible playbook..."
create_known_hosts_file
-ansible-playbook -v provision.yaml > ./logs/ansible.txt 2>&1
+ansible-playbook -v provision.yaml > ./logs/ansible.txt
echo "Done."