Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Luupeli
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
luupeli
Luupeli
Wiki
CI CD
Changes
Page history
New page
Templates
Clone repository
Create CI CD
authored
3 years ago
by
Markus Aejmelaeus
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CI-CD.md
+24
-0
24 additions, 0 deletions
CI-CD.md
with
24 additions
and
0 deletions
CI-CD.md
0 → 100644
View page @
3c5353a9
### client_setup
Asentaa clientin ja säilöö sen muita vaiheita varten.
### server_setup
Asentaa serverin ja säilöö sen muita vaiheita varten.
---------------------------------------------------------------------------------
### server_lint
Ajaa serveri-puolella lint-komennon eli tarkistaa tyylivirheet koodissa.
### client_lint
Ajaa client-puolella lint-komennon eli tarkistaa tyylivirheet koodissa.
### client_test
Ajaa client-puolen yksikkötestit ja säilöö coverage-reportin.
### cypress_report
Kerää lokaalisti ajettujen cypress testien coverage-reportin talteen.
---------------------------------------------------------------------------------
Pipelinen valmistuttua stagingissa koodi viedään webhookeilla eteenpäin testiklusteriin.
Mainista koodi siirtyy vastaavalla tavalla tuotantoklusteriin.
\ No newline at end of file
This diff is collapsed.
Click to expand it.