diff --git a/README.md b/README.md index 5e59400..87b6d36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # DevBook +![Deploy](https://github.com/rjNemo/devbook_ts/workflows/Deploy/badge.svg?branch=master) + Social App for connecting with developers & tech enthusiasts. +🕸 [Check it out](https://devbook.onrender.com/) ## Tests @@ -16,6 +19,13 @@ yarn cypress and edit your E2E test cases in `cypress/integration/` folder. +## Deployment + +We use Github Actions to check push and pull requests. + +The application is deployed on [Render](https://render.com) cloud platform. +It watches git `master` branch and automatic deploy if the diff passes the tests. + ## Built With - [ReactJs](https://reactjs.org/) - A JavaScript library for building user interfaces