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

Merge branch 'develop' into 'master'

Add back caches to hugo deploys

See merge request !46
parents 2a647c95 78cd1397
Branches
Tags
2 merge requests!82Master,!46Add back caches to hugo deploys
Pipeline #6807 failed with stages
in 21 seconds
...@@ -46,7 +46,7 @@ test: ...@@ -46,7 +46,7 @@ test:
deploy.dev: deploy.dev:
stage: deploy_stage stage: deploy_stage
script: 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: dependencies:
- build.dev - build.dev
only: only:
...@@ -57,7 +57,7 @@ deploy.dev: ...@@ -57,7 +57,7 @@ deploy.dev:
deploy.live: deploy.live:
stage: deploy_stage stage: deploy_stage
script: 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 - build.live
only: only:
- tags - tags
\ 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