From 23b2ade23d00199869704732c115a236e26a18a3 Mon Sep 17 00:00:00 2001 From: Deepanshu Dhruw Date: Fri, 22 Sep 2023 11:21:18 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.