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

Update .gitlab-ci.yml

parent a4db258f
Branches
Tags
1 merge request!12Develop
Pipeline #5510 passed with stage
in 10 seconds
......@@ -16,8 +16,8 @@ build:
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 | awk '{cmd="aws s3api put-object-acl --acl bucket-owner-full-control --bucket www.strandlab.net --key "$4; system(cmd)}'
## - 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
......
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