This commit is contained in:
perro tuerto 2021-10-12 16:49:39 -05:00
parent 30d34afb55
commit 0a0abfd9c9
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ pages:
- 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/
@ -16,7 +15,7 @@ pages:
after_script:
- git add .
- git commit -m 'Multipublicación automatizada realizada.'
- git push --follow-tags origin ed1
- git push origin master
artifacts:
paths:
- public