Skip to content
Snippets Groups Projects
Verified Commit 90aa5e02 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

move publishing to separate pipeline stage

parent 5e201918
No related branches found
No related tags found
2 merge requests!6[2023-07-14] publish docs,!5add publishing steps for both prod VMs
Pipeline #83725 failed
stages:
- documentation
- publish
include:
# Documentation pipelines, both building and linting
......
......@@ -43,7 +43,7 @@ lint-documentation:
##### Publish documentation artefacts
publish-documentation-1:
stage: documentation
stage: publish
# First deploy to prod-2
tags:
- gap-docs-prod-2
......@@ -61,7 +61,7 @@ publish-documentation-1:
- nginx -s reload
publish-documentation-2:
stage: documentation
stage: publish
# When successful, also deploy to prod-1
tags:
- gap-docs-prod-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment