diff --git a/deploy-staging.sh b/deploy-staging.sh index da3b2a5..1833e4a 100755 --- a/deploy-staging.sh +++ b/deploy-staging.sh @@ -32,7 +32,7 @@ while true; do else echo -e "We are not running the lastest successful merge\nChecking out ${latest_remote_merge_commit}" cd ${staging_dir} - git pull + git pull --all git checkout ${latest_remote_merge_commit} >/dev/null 2>&1 fi