diff --git a/README.md b/README.md index 519288b..2b85019 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A inventory management system written in **Golang**, **DynamoDB** for database, **S3** for file storage and **ReactJS** for UI. +[![Deploy](https://github.com/devblin/shopit/actions/workflows/deploy.yml/badge.svg?branch=production)](https://github.com/devblin/shopit/actions/workflows/deploy.yml) + ## Features: - Basic CRUD funtionalities: @@ -37,4 +39,4 @@ To test the application locally, follow below steps: ``` - Run `tflocal init -var-file=dev.tfvars` - Run `tflocal apply -var-file=dev.tfvars` - - Use the `shopit_lb_dns` output's value to open the application. \ No newline at end of file + - Use the `shopit_lb_dns` output's value to open the application.