We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ae2a9 commit 91eabadCopy full SHA for 91eabad
deploy.sh
@@ -34,7 +34,7 @@ fi
34
git symbolic-ref HEAD refs/heads/$deploy_branch
35
36
#put the previously committed contents of deploy_branch branch into the index
37
-git --work-tree "$deploy_directory" reset --mixed
+git --work-tree "$deploy_directory" reset --mixed --quiet
38
39
git --work-tree "$deploy_directory" pull origin $deploy_branch
40
git --work-tree "$deploy_directory" add --all
0 commit comments