From 2c1ae577acb70d75dc718368589ef76c38e5643a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 8 Sep 2018 18:17:59 +0200 Subject: [PATCH] automatically update website --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c2c76f2 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +sync: + only: + - master + script: + - ssh -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa geuzaine@onelab.info 'cd .wwwonelab && git pull' + tags: + - linux64 + - official -- GitLab