Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StrandLab2.net
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Strand Lab
StrandLab2.net
Commits
81f9779a
Commit
81f9779a
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Set baseurl for dev CI builf
parent
dcf2b390
1 merge request
!19
Develop
Pipeline
#5589
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+15
-3
15 additions, 3 deletions
.gitlab-ci.yml
config.toml
+1
-1
1 addition, 1 deletion
config.toml
with
16 additions
and
4 deletions
.gitlab-ci.yml
+
15
−
3
View file @
81f9779a
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
config.toml
+
1
−
1
View file @
81f9779a
...
...
@@ -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"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment