diff --git a/scripts/deploy.sh b/scripts/deploy.sh index bc11f0a..5f40a50 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -19,5 +19,5 @@ else rm -r ./.tmp fi git add -A . -git commit -qm "Deploy $DEPLOY_REPO to $DEPLOY_REPO:$DEPLOY_BRANCH" -qm "$GITHUB_SHA" +git commit -qm "$GITHUB_SHA $DEPLOY_BRANCH" git push -qf origin $DEPLOY_BRANCH:$DEPLOY_BRANCH