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
Merge requests
!11
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
master
into
develop
Overview
0
Commits
8
Pipelines
1
Changes
1
Merged
Gervaise Henry
requested to merge
master
into
develop
5 years ago
Overview
0
Commits
8
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d6906e07
Prev
Next
Show latest version
1 file
+
14
−
14
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
d6906e07
Merge branch 'develop' into 'master'
· d6906e07
Gervaise Henry
authored
5 years ago
Try to get auto deploy in CI with hugo docker See merge request
!10
.gitlab-ci.yml
+
14
−
14
Options
variables
:
image
:
monachus/hugo
GIT_SUBMODULE_STRATEGY
:
recursive
variables
:
before_script
:
GIT_SUBMODULE_STRATEGY
:
recursive
-
module load singularity/3.0.2
pages
:
script
:
deploy
:
-
hugo
script
:
-
hugo deploy aws --maxDeletes -1
-
singularity run 'docker://gohugoio/hugo' hugo &&
hugo deploy aws --maxDeletes -1
artifacts
:
artifacts
:
paths
:
paths
:
-
public
-
public
only
:
only
:
-
master
-
master
\ No newline at end of file