use "openpgp/site"

This commit is contained in:
Heiko Schaefer 2023-12-12 14:37:32 +01:00
parent 1fd70a93ed
commit c38e78610b
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
2 changed files with 3 additions and 3 deletions

View file

@ -4,5 +4,5 @@
# See https://docs.codeberg.org/codeberg-pages/using-custom-domain/ for
# details. The first domain should be "main" the rest are aliases.
openpgp.codeberg.page
openpgp.dev
openpgp.codeberg.page

View file

@ -41,8 +41,8 @@ steps:
commands:
- git config --global user.email heiko.schaefer+boiler@posteo.de
- git config --global user.name "Page Renderer"
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/test.git $CI_REPO_NAME
- cp -ar public/. $CI_REPO_NAME/
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/site.git $CI_REPO_NAME
- cp -ar public/. $CI_REPO_NAME/book/
# Needed for custom domains
- cp .domains $CI_REPO_NAME || true # Ignore if it doesn't exist
- cd $CI_REPO_NAME