Use CI/CD variables instead for docs deployment
This commit is contained in:
parent
46545a9418
commit
b36ac6857e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ build-production:
|
||||||
deploy-docs:
|
deploy-docs:
|
||||||
stage: deploy-docs
|
stage: deploy-docs
|
||||||
script:
|
script:
|
||||||
- curl -X POST -F token=5dca17d4153d8096c8576a5ea44471 -F ref=master https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
- curl -X POST -F"token=$DOCS_TRIGGER_PIPELINE" -F"ref=master" https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- develop
|
- develop
|
||||||
|
|
Loading…
Reference in a new issue