Add call to hosting for deploy

This commit is contained in:
Chris Thompson 2019-08-30 23:54:29 -04:00
parent 147de29fb5
commit 08abb2666a

6
.gitlab-ci.yml Normal file
View file

@ -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