From 08abb2666a35fc07d816d856dd0711b87628238c Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Fri, 30 Aug 2019 23:54:29 -0400 Subject: [PATCH] Add call to hosting for deploy --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a4c70ea --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +image: appropriate/curl + +trigger_build: + stage: deploy + script: + - curl -X POST -F "token=$CI_JOB_TOKEN" -F "variables[BUILD]=news" -F "variables[SITE]=geo_live" -F ref=master https://gitlab.com/api/v4/projects/6182846/trigger/pipeline