Add call to hosting for deploy
This commit is contained in:
parent
147de29fb5
commit
08abb2666a
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal 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
|
Loading…
Add table
Reference in a new issue