Skip to content
Snippets Groups Projects
Commit 166f294f authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Update .gitlab-ci.yml

parent 68a2fe06
Branches
Tags
1 merge request!11Master
Pipeline #5499 failed with stage
in 4 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment