ugh
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Neil Hanlon 2022-11-11 22:45:15 -05:00
parent a5bcfba6b3
commit 5ef9ce177b
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -20,6 +20,8 @@ EOF
cd pages.git cd pages.git
git config user.name "$GIT_AUTHOR_NAME"
git config user.email "$GIT_AUTHOR_EMAIL"
git add -A git add -A
git commit -m "Deployment at $(date -u -Is)" git commit -m "Deployment at $(date -u -Is)"
git remote add origin $REMOTE git remote add origin $REMOTE