Skip to content

Commit c2607e5

Browse files
committed
enable push in deploy
1 parent 909044a commit c2607e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git --work-tree $deploy_directory add --all
2424
if git diff --exit-code --quiet HEAD; then
2525
git --work-tree $deploy_directory commit -m \
2626
"publish: $commit_title"$'\n\n'"generated from commit $commit_hash"
27-
git push -n $deploy_branch
27+
git push origin $deploy_branch
2828
else
2929
echo No changes to files in $deploy_directory. Skipping commit.
3030
fi

0 commit comments

Comments
 (0)