Skip to content
Snippets Groups Projects

add publishing steps for both prod VMs

Merged Karel van Klink requested to merge feature/add-publishing into develop
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -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
Loading