From 8f0c3746fb5a63de950db4f3f1a577a35f4cf644 Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Wed, 10 Oct 2018 10:42:49 +0800 Subject: [PATCH] 自动部署 --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..3a93ae6 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +# 定义 stages +stages: + - pull + +# 定义 job +job1: + stage: pull + script: + - cd /alidata/www/w/integral + - git pull \ No newline at end of file -- libgit2 0.24.0