Fix renderer's email

This commit is contained in:
Wiktor Kwapisiewicz 2023-09-15 14:02:26 +02:00
parent e48fb01003
commit 53224cad5a

View file

@ -13,7 +13,7 @@ pipeline:
image: bitnami/git image: bitnami/git
secrets: [ codeberg_token ] secrets: [ codeberg_token ]
commands: commands:
- git config --global user.email bot+pages@metacode.biz - git config --global user.email heiko@schaefer.name
- git config --global user.name "Page Renderer" - git config --global user.name "Page Renderer"
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/test.git $CI_REPO_NAME - git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/test.git $CI_REPO_NAME
- cp -ar public/. $CI_REPO_NAME/ - cp -ar public/. $CI_REPO_NAME/