From d8da52138898f6e4999ccff4fe322713f20fdd58 Mon Sep 17 00:00:00 2001 From: Perro Tuerto Date: Sun, 25 Apr 2021 06:15:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e85308..59643d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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