Skip to content
Snippets Groups Projects
Commit 81f9779a authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Set baseurl for dev CI builf

parent dcf2b390
1 merge request!19Develop
Pipeline #5589 failed
......@@ -9,7 +9,19 @@ stages:
- build_stage
- deploy_stage
build:
build.dev:
stage: build_stage
script:
- singularity run 'docker://monachus/hugo' hugo --baseURL http://strandlab.dev.s3-website.us-east-2.amazonaws.com/
artifacts:
paths:
- public/
expire_in: 1 week
cache:
paths:
- public/
build.live:
stage: build_stage
script:
- singularity run 'docker://monachus/hugo' hugo
......@@ -24,7 +36,7 @@ build:
deploy.dev:
stage: deploy_stage
script:
- singularity run 'docker://monachus/hugo' hugo deploy aws-dev --maxDeletes -1
- singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
dependencies:
- build
only:
......@@ -33,7 +45,7 @@ deploy.dev:
deploy.live:
stage: deploy_stage
script:
- singularity run 'docker://monachus/hugo' hugo deploy aws --maxDeletes -1
- singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1
dependencies:
- build
only:
......
......@@ -19,7 +19,7 @@ paginate = 10
department = "Department of Urology"
dsite = "https://www.utsouthwestern.edu/education/medical-school/departments/urology/"
description = "Investigating lower urinary tract biology"
# googleAnalytics = "UA-120971283-2"
googleAnalytics = "UA-120971283-2"
# CSS name for highlight.js
highlightjs = "androidstudio"
highlightjs_extra_languages = ["yaml"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment