[Buildkite] Change commit author of commits in gh-pages to autheliabot. (#662)
parent
a268a16c6e
commit
f821793afb
|
@ -13,6 +13,9 @@ popd
|
||||||
COMMIT=$(git show -s --format=%h)
|
COMMIT=$(git show -s --format=%h)
|
||||||
|
|
||||||
pushd authelia
|
pushd authelia
|
||||||
|
git config user.name "Authelia[bot]"
|
||||||
|
git config user.email "autheliabot@gmail.com"
|
||||||
|
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Synchronize docs of commit: ${COMMIT}"
|
git commit -m "Synchronize docs of commit: ${COMMIT}"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue