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

Update .gitlab-ci.yml

parent d6ff6bed
Branches
Tags
1 merge request!11Master
Pipeline #5501 passed with stage
in 2 minutes and 45 seconds
......@@ -5,7 +5,14 @@ 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://monachus/hugo' hugo
......
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