logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: e82405ae35bbdecede6e9bc6e65b352d5f4fd750
parent: 84dbc86624376bb272a7fc1f1cc57a027f1470ce
Author: rinpatch <rinpatch@sdf.org>
Date:   Thu,  3 Oct 2019 16:09:54 +0000

Merge branch 'docs-sync' into 'develop'

CI: trigger doc rebuild on commits to develop

See merge request pleroma/pleroma-fe!964

Diffstat:

M.gitlab-ci.yml11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: - lint - build - test + - deploy lint: stage: lint @@ -33,3 +34,13 @@ build: artifacts: paths: - dist/ + +docs-deploy: + stage: deploy + image: alpine:latest + only: + - develop@pleroma/pleroma-fe + before_script: + - apk add curl + script: + - curl -X POST -F"token=$DOCS_PIPELINE_TRIGGER" -F'ref=master' https://git.pleroma.social/api/v4/projects/673/trigger/pipeline