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
2 merge requests!11Master,!10Try to get auto deploy in CI with hugo docker
Pipeline #5495 failed with stage
in 5 seconds
image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo
- hugo deploy aws --maxDeletes -1
artifacts:
paths:
- public
only:
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- module load singularity/3.0.2
deploy:
script:
- singularity run 'docker://gohugoio/hugo' hugo && hugo deploy aws --maxDeletes -1
artifacts:
paths:
- public
only:
- 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