From 567f442b86e4ca5363f1f2dc007e946bbe4e82bc Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 1 Jan 2024 03:40:33 +0100 Subject: [PATCH] ci(docs): use actual remote location --- docs/.gitlab-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.gitlab-ci.yaml b/docs/.gitlab-ci.yaml index 3515fa685..cd9c4187a 100644 --- a/docs/.gitlab-ci.yaml +++ b/docs/.gitlab-ci.yaml @@ -39,7 +39,7 @@ upload-docs: before_script: - mc alias set minio $GITOPS_DOCS_MINIO_ENDPOINT $GITOPS_DOCS_MINIO_ACCESS_KEY $GITOPS_DOCS_MINIO_ACCESS_SECRET script: - - mc mirror --remove --overwrite docs/book gitops-docs + - mc mirror --remove --overwrite docs/book minio/gitops-docs rules: - if: '$FORCE_DOCS_BUILD == "true"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"' -- GitLab