Skip to content
Snippets Groups Projects

Add back caches to hugo deploys

Merged Gervaise Henry requested to merge develop into master
Compare and
1 file
+ 2
2
Preferences
File browser
Compare changes
+ 2
2
@@ -46,7 +46,7 @@ test:
deploy.dev:
stage: deploy_stage
script:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
- singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1 --cacheDir $CI_PROJECT_DIR/cache
dependencies:
- build.dev
only:
@@ -57,7 +57,7 @@ deploy.dev:
deploy.live:
stage: deploy_stage
script:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1
- singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1 --cacheDir $CI_PROJECT_DIR/cache
- build.live
only:
- tags
\ No newline at end of file