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

Try to get auto deploy in CI with hugo docker

parent 0d1016e0
Branches
Tags
1 merge request!10Try to get auto deploy in CI with hugo docker
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