From 424f09f92bacb41aeecfec83b7dc7ae0467dc888 Mon Sep 17 00:00:00 2001 From: Dimitrios Giannopoulos Date: Tue, 23 Jan 2024 09:11:49 +0000 Subject: [PATCH] testing new version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf85c47d..548a08bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ pages: - git checkout $CI_COMMIT_SHA script: - mike list - - mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u latest2 latest3 + - mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u latest4 latest3 # I managed to deploy, now all I need to do is pull the things and place them in the local dir of public. # - mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_TAG latest -- GitLab