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 909044a commit c2607e5Copy full SHA for c2607e5
deploy.sh
@@ -24,7 +24,7 @@ git --work-tree $deploy_directory add --all
24
if git diff --exit-code --quiet HEAD; then
25
git --work-tree $deploy_directory commit -m \
26
"publish: $commit_title"$'\n\n'"generated from commit $commit_hash"
27
- git push -n $deploy_branch
+ git push origin $deploy_branch
28
else
29
echo No changes to files in $deploy_directory. Skipping commit.
30
fi
0 commit comments