mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-25.git
synced 2025-04-16 10:20:12 +02:00
Correccion (otra vez) de la ruta
This commit is contained in:
parent
6e0a2852cd
commit
29a3dbad06
1 changed files with 2 additions and 1 deletions
|
@ -8,11 +8,12 @@ create_pages:
|
||||||
- ln -s ../cancionero-25 ../cancionero-web/latex
|
- ln -s ../cancionero-25 ../cancionero-web/latex
|
||||||
- mkdir ../cancionero-web/audios
|
- mkdir ../cancionero-web/audios
|
||||||
- make -C ../cancionero-web
|
- make -C ../cancionero-web
|
||||||
|
- mv ../cancionero-web/public www
|
||||||
- echo La web está disponible en https://$CI_PROJECT_NAMESPACE_SLUG.gitlab.io/$CI_PROJECT_PATH/
|
- echo La web está disponible en https://$CI_PROJECT_NAMESPACE_SLUG.gitlab.io/$CI_PROJECT_PATH/
|
||||||
pages: true
|
pages: true
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ../cancionero-web/public
|
- www
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
environment: production
|
environment: production
|
Loading…
Add table
Reference in a new issue