Skip to content
Snippets Groups Projects
Verified Commit 567f442b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(docs): use actual remote location

parent 66d2b72c
No related branches found
No related tags found
No related merge requests found
Pipeline #19006 passed
...@@ -39,7 +39,7 @@ upload-docs: ...@@ -39,7 +39,7 @@ upload-docs:
before_script: before_script:
- mc alias set minio $GITOPS_DOCS_MINIO_ENDPOINT $GITOPS_DOCS_MINIO_ACCESS_KEY $GITOPS_DOCS_MINIO_ACCESS_SECRET - mc alias set minio $GITOPS_DOCS_MINIO_ENDPOINT $GITOPS_DOCS_MINIO_ACCESS_KEY $GITOPS_DOCS_MINIO_ACCESS_SECRET
script: script:
- mc mirror --remove --overwrite docs/book gitops-docs - mc mirror --remove --overwrite docs/book minio/gitops-docs
rules: rules:
- if: '$FORCE_DOCS_BUILD == "true"' - if: '$FORCE_DOCS_BUILD == "true"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment