diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94a65bb..8675f76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ 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 master script: - - rm -rf public/ - ruweb https://pad.programando.li/f4lRqEUYT4meGRdVHdxQNA/download after_script: - git add . && git commit -m "Multipublicación automatizada realizada." && git push origin master