Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Cosy-Bio
Drugst.One
plugin
Commits
417d4ea4
Commit
417d4ea4
authored
4 years ago
by
Julian Späth
Browse files
Options
Downloads
Plain Diff
Merge branch 'auto-deploy' into 'master'
Auto deploy See merge request covid-19/frontend!3
parents
2212be79
b879781f
No related branches found
Branches containing commit
Tags
v0.9.0-rc6
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+24
-2
24 additions, 2 deletions
.gitlab-ci.yml
with
24 additions
and
2 deletions
.gitlab-ci.yml
+
24
−
2
View file @
417d4ea4
image
:
trion/ng-cli-karma
stages
:
-
setup
-
check
-
build
-
deploy
cache
:
paths
:
-
node_modules/
setup
:
image
:
trion/ng-cli-karma
stage
:
setup
script
:
-
npm install
check:audit
:
image
:
trion/ng-cli-karma
stage
:
check
script
:
-
npm install
...
...
@@ -23,6 +24,7 @@ check:audit:
-
setup
check:lint
:
image
:
trion/ng-cli-karma
stage
:
check
script
:
-
npm install
...
...
@@ -31,6 +33,7 @@ check:lint:
-
setup
check:test
:
image
:
trion/ng-cli-karma
stage
:
check
script
:
-
npm install
...
...
@@ -39,6 +42,7 @@ check:test:
-
setup
build
:
image
:
trion/ng-cli-karma
stage
:
build
artifacts
:
paths
:
...
...
@@ -50,3 +54,21 @@ build:
-
check:audit
-
check:lint
-
check:test
deploy
:
image
:
docker
stage
:
deploy
only
:
-
master
services
:
-
docker:dind
variables
:
CONTAINER_HOSTNAME
:
docker
before_script
:
-
docker info
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script
:
-
docker build -t gitlab.lrz.de:5005/covid-19/frontend .
-
docker push gitlab.lrz.de:5005/covid-19/frontend
dependencies
:
-
build
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