Before script and image for docs deployment

This commit is contained in:
Sean King 2020-08-29 15:26:28 -06:00
parent b36ac6857e
commit cf605ebb91
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -42,8 +42,9 @@ build-production:
deploy-docs: deploy-docs:
stage: deploy-docs stage: deploy-docs
script: image: python:3.8-alpine
- curl -X POST -F"token=$DOCS_TRIGGER_PIPELINE" -F"ref=master" https://gitlab.com/api/v4/projects/15685485/trigger/pipeline before_script: apk add curl
script: 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