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
+ 6
2
Compare changes
  • Side-by-side
  • Inline
+ 6
2
@@ -52,7 +52,7 @@ publish-prod-2:
refs:
- main # Only publish when on the main branch
needs:
- job: build-documentation
- job: lint-documentation
artifacts: true
script:
@@ -66,8 +66,12 @@ publish-prod-1:
tags:
- gap-docs-prod-1
only:
refs:
- main # Only publish when on the main branch
needs:
- job: build-documentation
- job: lint-documentation
artifacts: true
script:
Loading