This commit is contained in:
perro tuerto 2021-10-12 16:18:25 -05:00
parent 3360bb99f0
commit 2a6db40d56
2 changed files with 0 additions and 26 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
.git\\*
*.backup

View File

@ -1,24 +0,0 @@
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