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
9652c287
Commit
9652c287
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Try to get auto deploy in CI with hugo docker
parent
0d1016e0
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!10
Try to get auto deploy in CI with hugo docker
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-14
14 additions, 14 deletions
.gitlab-ci.yml
with
14 additions
and
14 deletions
.gitlab-ci.yml
+
14
−
14
View file @
9652c287
image
:
monachus/hugo
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
pages
:
script
:
-
hugo
-
hugo deploy aws --maxDeletes -1
artifacts
:
paths
:
-
public
only
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
module load singularity/3.0.2
deploy
:
script
:
-
singularity run 'docker://gohugoio/hugo' hugo &&
hugo deploy aws --maxDeletes -1
artifacts
:
paths
:
-
public
only
:
-
master
\ No newline at end of file
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