Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VILLASnode
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
VILLASframework
VILLASnode
Commits
caebfc84
Commit
caebfc84
authored
7 years ago
by
Steffen Vogel
Browse files
Options
Downloads
Patches
Plain Diff
setup automatic mirroring to GitHub
parent
ec64fcb6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-3
7 additions, 3 deletions
.gitlab-ci.yml
with
7 additions
and
3 deletions
.gitlab-ci.yml
+
7
−
3
View file @
caebfc84
...
...
@@ -139,7 +139,7 @@ test:valgrind:
tags
:
-
docker
# Stage: de
liver
# Stage: de
ploy
##############################################################################
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment