mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 03:39:41 +02:00
use "openpgp/site"
This commit is contained in:
parent
1fd70a93ed
commit
c38e78610b
2 changed files with 3 additions and 3 deletions
2
.domains
2
.domains
|
@ -4,5 +4,5 @@
|
||||||
# See https://docs.codeberg.org/codeberg-pages/using-custom-domain/ for
|
# See https://docs.codeberg.org/codeberg-pages/using-custom-domain/ for
|
||||||
# details. The first domain should be "main" the rest are aliases.
|
# details. The first domain should be "main" the rest are aliases.
|
||||||
|
|
||||||
openpgp.codeberg.page
|
|
||||||
openpgp.dev
|
openpgp.dev
|
||||||
|
openpgp.codeberg.page
|
||||||
|
|
|
@ -41,8 +41,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git config --global user.email heiko.schaefer+boiler@posteo.de
|
- git config --global user.email heiko.schaefer+boiler@posteo.de
|
||||||
- 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/site.git $CI_REPO_NAME
|
||||||
- cp -ar public/. $CI_REPO_NAME/
|
- cp -ar public/. $CI_REPO_NAME/book/
|
||||||
# Needed for custom domains
|
# Needed for custom domains
|
||||||
- cp .domains $CI_REPO_NAME || true # Ignore if it doesn't exist
|
- cp .domains $CI_REPO_NAME || true # Ignore if it doesn't exist
|
||||||
- cd $CI_REPO_NAME
|
- cd $CI_REPO_NAME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue