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
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