Skip to content

Commit 51e118b

Browse files
committed
documentation
1 parent 3b96f80 commit 51e118b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
[![codecov](https://codecov.io/gh/kasdihacene/workflow-github-actions/branch/master/graph/badge.svg)](https://codecov.io/gh/kasdihacene/workflow-
2-
github-actions)
1+
### Automate your development workflow with Github Actions.
2+
3+
![Java CI with Maven](https://github.com/kasdihacene/workflow-github-actions/workflows/Java%20CI%20with%20Maven/badge.svg) [![codecov](https://codecov.io/gh/kasdihacene/workflow-github-actions/branch/master/graph/badge.svg)](https://codecov.io/gh/kasdihacene/workflow-github-actions)
4+
5+
6+
The idea is to automate the development workflow and to build a CI/CD pipeline using Github Actions, the pipeline will deploy Spring Boot web service to a remote server (cloud). we will use a succession of jobs to install the required packages, compile, run tests, code coverage and generate package then deploy it on the remote server, finally send the result report in an Email. Below a diagram illustrating the workflow :
7+
8+
![](markdown/workflow.PNG)
9+
10+
11+
See more about the article [HERE](https://github.com/angular/angular-cli/blob/master/README.md)

markdown/workflow.PNG

62.9 KB
Loading

0 commit comments

Comments
 (0)