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: stages:
- documentation - documentation
- publish
include: include:
# Documentation pipelines, both building and linting # Documentation pipelines, both building and linting
......
...@@ -43,7 +43,7 @@ lint-documentation: ...@@ -43,7 +43,7 @@ lint-documentation:
##### Publish documentation artefacts ##### Publish documentation artefacts
publish-documentation-1: publish-documentation-1:
stage: documentation stage: publish
# First deploy to prod-2 # First deploy to prod-2
tags: tags:
- gap-docs-prod-2 - gap-docs-prod-2
...@@ -61,7 +61,7 @@ publish-documentation-1: ...@@ -61,7 +61,7 @@ publish-documentation-1:
- nginx -s reload - nginx -s reload
publish-documentation-2: publish-documentation-2:
stage: documentation stage: publish
# When successful, also deploy to prod-1 # When successful, also deploy to prod-1
tags: tags:
- gap-docs-prod-1 - gap-docs-prod-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment