1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ci: fix Github mirroring

This commit is contained in:
Steffen Vogel 2018-03-28 15:29:57 +02:00
parent 5a1127f873
commit 26a79e26cb

View file

@ -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
##############################################################################