Skip to content
Snippets Groups Projects
Commit 3eb89307 authored by Gervaise H. Henry's avatar Gervaise H. Henry
Browse files

Remove cache dirs from hugo deploys

parent 770968ec
1 merge request!45Remove cache dirs from hugo deploys
Pipeline #6804 passed with stages
in 13 seconds
......@@ -46,7 +46,7 @@ test:
deploy.dev:
stage: deploy_stage
script:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1 --cacheDir $CI_PROJECT_DIR/cache
- singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
dependencies:
- build.dev
only:
......@@ -57,8 +57,7 @@ deploy.dev:
deploy.live:
stage: deploy_stage
script:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1 --cacheDir $CI_PROJECT_DIR/cache
dependencies:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1
- build.live
only:
- 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