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
b42b9fef
Commit
b42b9fef
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'develop'
Master See merge request
!11
parents
9652c287
e19f650d
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!12
Develop
,
!11
Master
Pipeline
#5502
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-2
12 additions, 2 deletions
.gitlab-ci.yml
with
12 additions
and
2 deletions
.gitlab-ci.yml
+
12
−
2
View file @
b42b9fef
...
...
@@ -3,11 +3,21 @@ variables:
before_script
:
-
module load singularity/3.0.2
-
module load awscli
build
:
script
:
-
singularity run 'docker://monachus/hugo' hugo
artifacts
:
paths
:
-
public
only
:
-
develop
deploy
:
script
:
-
singularity run 'docker://gohugoio/hugo' hugo && hugo deploy aws --maxDeletes -1
-
singularity run 'docker://monachus/hugo' hugo
-
singularity run 'docker://monachus/hugo' hugo deploy aws --maxDeletes -1
-
aws s3 ls s3://www.strandlab.net/ --recursive | awk '{cmd="aws s3api put-object-acl --acl bucket-owner-full-control --bucket www.strandlab.net --key "$4; system(cmd)}'
artifacts
:
paths
:
-
public
...
...
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