mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
11 lines
273 B
YAML
11 lines
273 B
YAML
trigger_deploy:
|
|
stage: deploy
|
|
script:
|
|
- curl -X POST
|
|
--form "token=$TRIGGER_TOKEN"
|
|
--form "ref=master"
|
|
--form "variables[UPSTREAM_COMMIT_SHA]=$CI_COMMIT_SHA"
|
|
https://gitlab.com/api/v4/projects/12825884/trigger/pipeline
|
|
only:
|
|
- develop
|