diff --git a/entrypoint.sh b/entrypoint.sh index 73a931d61..f8130936f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -80,6 +80,6 @@ fi echo "Deploying to GitHub..." && \ git add -f $FOLDER && \ -git commit -m "Deploying to ${BRANCH} - $(date +"%T")" --quiet && \ +git commit -m "Deploying to ${BRANCH} from ${BASE_BRANCH:-master} ${GITHUB_SHA}" --quiet && \ git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \ echo "Deployment succesful!"