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 83e3107 commit 52cc0f6Copy full SHA for 52cc0f6
deploy.sh
@@ -36,6 +36,7 @@ git symbolic-ref HEAD refs/heads/$deploy_branch
36
#put the previously committed contents of deploy_branch branch into the index
37
git --work-tree "$deploy_directory" reset --mixed
38
39
+git --work-tree "$deploy_directory" pull
40
git --work-tree "$deploy_directory" add --all
41
42
if git --work-tree "$deploy_directory" diff --exit-code --quiet HEAD; then
0 commit comments