diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77889b546..a83d15936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,10 +172,10 @@ deploy:packages: only: - tags -deploy:git-mirror: +.deploy:git-mirror: stage: deploy script: - - git push --force --mirror --prune https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com:VILLASframework/VILLASnode.git + - git push --force --mirror https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/VILLASframework/VILLASnode.git # Stage: docker ##############################################################################