Skip to content
Snippets Groups Projects

Master

Merged Gervaise Henry requested to merge master into develop
Viewing commit 166f294f
Show latest version
1 file
+ 2
0
Preferences
File browser
Compare changes
+ 2
0
@@ -3,12 +3,14 @@ variables:
before_script:
- module load singularity/3.0.2
- module load awscli
deploy:
script:
- singularity run 'docker://monachus/hugo' hugo
- singularity run 'docker://monachus/hugo' hugo deploy aws --maxDeletes -1
- aws s3 ls s3://www.strandlab.net/ --recursive | %{ "aws s3api put-object-acl --bucket www.strandlab.net --key "+$_.ToString().substring(30)+" --acl bucket-owner-full-control" }
artifacts:
paths:
- public