We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7083c85 commit 46b5976Copy full SHA for 46b5976
entrypoint.sh
@@ -74,5 +74,5 @@ echo "Deploying to GitHub..." && \
74
git add -f $FOLDER && \
75
76
git commit -m "Deploying to ${BRANCH} - $(date +"%T")" && \
77
-git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER master`:$BRANCH --force && \
78
-echo "Deployment succesful!"
+git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \
+echo "Deployment succesful!"
0 commit comments