mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
setup automatic mirroring to GitHub
This commit is contained in:
parent
ec64fcb6e9
commit
caebfc8492
1 changed files with 7 additions and 3 deletions
|
@ -139,7 +139,7 @@ test:valgrind:
|
|||
tags:
|
||||
- docker
|
||||
|
||||
# Stage: deliver
|
||||
# Stage: deploy
|
||||
##############################################################################
|
||||
|
||||
deploy:web:
|
||||
|
@ -172,11 +172,15 @@ deploy:packages:
|
|||
only:
|
||||
- tags
|
||||
|
||||
deploy:git-mirror:
|
||||
stage: deploy
|
||||
script:
|
||||
- git push --force --mirror --prune https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com:VILLASframework/VILLASnode.git
|
||||
|
||||
# Stage: docker
|
||||
##############################################################################
|
||||
|
||||
deploy:docker:
|
||||
docker:
|
||||
stage: docker
|
||||
variables:
|
||||
DOCKER_IMAGE: villas/node
|
||||
|
@ -194,7 +198,7 @@ deploy:docker:
|
|||
only:
|
||||
- tags
|
||||
|
||||
deploy:docker-dev:
|
||||
docker:dev:
|
||||
stage: docker
|
||||
script:
|
||||
- make deploy-docker-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue