Skip to content
Snippets Groups Projects

Change baseURL for dev ci build to https

Merged Gervaise Henry requested to merge develop into master
Compare and
1 file
+ 1
1
Preferences
File browser
Compare changes
+ 1
1
@@ -13,7 +13,7 @@ stages:
@@ -13,7 +13,7 @@ stages:
build.dev:
build.dev:
stage: build_stage
stage: build_stage
script:
script:
- singularity run 'docker://monachus/hugo' hugo --baseURL http://dev.strandlab.net/
- singularity run 'docker://monachus/hugo' hugo --baseURL https://dev.strandlab.net/
artifacts:
artifacts:
paths:
paths:
- public/
- public/