Skip to content
Snippets Groups Projects
Commit 1538242a authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Update .gitlab-ci.yml file

parent 0e5bd0a4
No related branches found
No related tags found
No related merge requests found
Pipeline #7959 passed
......@@ -18,7 +18,7 @@ pages:
mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_TAG latest
mike set-default --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH latest
elif [ "$CI_COMMIT_REF_NAME" == "develop" ]; then
mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_BRANCH
mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_BRANCH latest
elif [ -n "$CI_CLEAN" ]; then
rm -rf public/$CI_CLEAN
fi
......
  • yangalicace1 @caceres1

    mentioned in commit 3404a840

    By Jorge Moratinos on 2024-06-11T11:20:10 (imported from GitLab)

    ·

    mentioned in commit 3404a840

    By Jorge Moratinos on 2024-06-11T11:20:10 (imported from GitLab)

    Toggle commit list
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