Update .gitlab-ci.yml file

This commit is contained in:
perro tuerto 2021-04-25 06:15:52 +00:00
parent 9a0a88721f
commit d8da521388
1 changed files with 8 additions and 1 deletions

View File

@ -3,9 +3,16 @@ image:
entrypoint: ["/bin/sh", "-c"]
pages:
stage: deploy
before_script:
- git remote set-url origin https://USERNAME:${CI_PUSH_TOKEN}@gitlab.com/maestria-investigacion.git
- git config --global user.email 'hi@perrotuerto.blog'
- git config --global user.name 'Perro en la Matrix'
- git checkout -B master
script:
- curl https://pad.programando.li/rweb/download | ruby
- pwd && ls -a && cat README.md && echo $(git config -l)
after_script:
- git commit -m 'Multipublicación automatizada realizada.'
- git push --follow-tags origin master
artifacts:
paths:
- public