From b36ac6857e368af06729beae0f3ed4610ba8eff1 Mon Sep 17 00:00:00 2001 From: Sean King Date: Sat, 29 Aug 2020 15:22:17 -0600 Subject: [PATCH] Use CI/CD variables instead for docs deployment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4b7d54f52..8ed5a1f5b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ build-production: deploy-docs: stage: deploy-docs 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: refs: - develop