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

Merge branch 'develop' into 'master'

Try to get auto deploy in CI with hugo docker

See merge request !10
parents 8aa246d1 9652c287
Branches
Tags
2 merge requests!11Master,!10Try to get auto deploy in CI with hugo docker
Pipeline #5495 failed with stage
in 5 seconds
variables:
image: monachus/hugo GIT_SUBMODULE_STRATEGY: recursive
variables: before_script:
GIT_SUBMODULE_STRATEGY: recursive - module load singularity/3.0.2
pages:
script: deploy:
- hugo script:
- hugo deploy aws --maxDeletes -1 - singularity run 'docker://gohugoio/hugo' hugo && hugo deploy aws --maxDeletes -1
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
\ No newline at end of file
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