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
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -52,7 +52,7 @@ publish-prod-2:
refs:
- main # Only publish when on the main branch
needs:
- job: lint-documentation # ... and after it has passed the linting pipeline
- job: build-documentation
artifacts: true
script:
@@ -67,7 +67,7 @@ publish-prod-1:
- gap-docs-prod-1
needs:
- job: publish-prod-2 # Only run when publishing to prod-2 was successful
- job: build-documentation
artifacts: true
script:
Loading