mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-25.git
synced 2025-04-04 12:30:11 +02:00
Arreglar error de ruta de publicación de la web.
This commit is contained in:
parent
fd04e27c3f
commit
6e0a2852cd
1 changed files with 5 additions and 5 deletions
|
@ -4,15 +4,15 @@ default:
|
|||
create_pages:
|
||||
script:
|
||||
- pip install django && apt update && apt install -y make node-less locales && sed -i '/es_ES.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
|
||||
- git clone https://gitlab.com/parroquia-san-leandro/cancionero-web /cancionero-web
|
||||
- ln -s $CI_PROJECT_DIR /cancionero-web/latex
|
||||
- mkdir /cancionero-web/audios
|
||||
- make -C /cancionero-web
|
||||
- git clone https://gitlab.com/parroquia-san-leandro/cancionero-web ../cancionero-web
|
||||
- ln -s ../cancionero-25 ../cancionero-web/latex
|
||||
- mkdir ../cancionero-web/audios
|
||||
- make -C ../cancionero-web
|
||||
- echo La web está disponible en https://$CI_PROJECT_NAMESPACE_SLUG.gitlab.io/$CI_PROJECT_PATH/
|
||||
pages: true
|
||||
artifacts:
|
||||
paths:
|
||||
- /cancionero-web/public
|
||||
- ../cancionero-web/public
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
environment: production
|
Loading…
Add table
Reference in a new issue