maestria-investigacion/.gitlab-ci.yml

23 lines
597 B
YAML
Raw Normal View History

2021-04-20 14:59:48 -05:00
image:
name: nikazhenya/pecas-pandoc
entrypoint: ["/bin/sh", "-c"]
2021-04-11 01:13:06 -05:00
pages:
stage: deploy
2021-04-25 01:15:52 -05:00
before_script:
2021-04-25 01:37:03 -05:00
- git remote set-url origin https://$GIT_CI_USER:$GIT_CI_PASS@gitlab.com/$CI_PROJECT_PATH.git
2021-04-25 02:16:47 -05:00
- git config --global user.email "bot@perro.tuerto"
- git config --global user.name "Perro en la Matrix"
2021-04-25 15:00:32 -05:00
- git checkout ed2
2021-04-25 02:10:14 -05:00
- git pull origin ed2
2021-04-11 01:13:06 -05:00
script:
2021-08-06 10:27:45 -05:00
- ruweb $MD_URL
2021-04-25 01:15:52 -05:00
after_script:
2021-04-25 01:18:32 -05:00
- git add .
2021-04-25 01:15:52 -05:00
- git commit -m 'Multipublicación automatizada realizada.'
2021-04-25 01:27:41 -05:00
- git push --follow-tags origin ed2
2021-04-11 01:13:06 -05:00
artifacts:
paths:
- public
only:
- master