diff --git a/deploy.sh b/deploy.sh index 518cfbc..267c01d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -20,6 +20,8 @@ EOF cd pages.git +git config user.name "$GIT_AUTHOR_NAME" +git config user.email "$GIT_AUTHOR_EMAIL" git add -A git commit -m "Deployment at $(date -u -Is)" git remote add origin $REMOTE