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 91eabad commit 9efbdf5Copy full SHA for 9efbdf5
deploy.sh
@@ -36,7 +36,6 @@ 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 --quiet
38
39
-git --work-tree "$deploy_directory" pull origin $deploy_branch
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