Update .gitlab-ci.yml file

This commit is contained in:
perro tuerto 2021-04-25 06:27:41 +00:00
parent bd1bb19e9f
commit 03117843c5
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ pages:
- 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
- git checkout -B ed2
script:
- curl https://pad.programando.li/rweb/download | ruby
after_script:
- git add .
- git commit -m 'Multipublicación automatizada realizada.'
- git push --follow-tags origin master
- git push --follow-tags origin ed2
artifacts:
paths:
- public