image: nikazhenya/pecas:latest pages: stage: deploy before_script: - source $HOME/.bash_profile - git remote set-url origin https://$GIT_CI_USER:$GIT_CI_PASS@gitlab.com/$CI_PROJECT_PATH.git - git config --global user.email "bot@perro.tuerto" - git config --global user.name "Perro en la Matrix" - git checkout -B ed1 - git pull origin ed1 script: - mkdir .public/ - cd tesis && ./generate-all && cd .. - rm -rf .g* administrativo apuntes bibliografia/recursos protocolo - mv * .public && mv .public public after_script: - git add . - git commit -m 'Multipublicación automatizada realizada.' - git push --follow-tags origin ed1 artifacts: paths: - public only: - master