Skip to content

Commit

Permalink
Improving the commit message (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Sep 22, 2019
1 parent cc15f3c commit ffe5eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit ffe5eb5

Please sign in to comment.