diff --git a/.github/workflows/prod_deploy.yml b/.github/workflows/prod_deploy.yml index 1f58957..fa05703 100644 --- a/.github/workflows/prod_deploy.yml +++ b/.github/workflows/prod_deploy.yml @@ -1,4 +1,4 @@ -name: Development Deploy +name: Production Deployment on: push: diff --git a/README.md b/README.md index c1f2c24..d22ac79 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
## Overview - +[![Production Deployment](https://github.com/7Cav/adr/actions/workflows/prod_deploy.yml/badge.svg)](https://apps.7cav.us/) [![Development Deployment](https://github.com/7Cav/adr/actions/workflows/dev_deploy.yml/badge.svg)](https://beta.apps.7cav.us/) 7th Cavalry Apps (CavApps) is a Nextjs based collection of tools and apps designed to aid the 7th Cavalry Gaming Regiment in its day to day functions. In its current form, CavApps currently includes the Active Duty Roster (ADR) and a small collection of Roster Statistics. Future iterations of CavApps can include a more advanced statistics tool, an AWOL tracker, and a potential migration of S1 Documents among other possible tools. CavApps is currently structured as a Frontend-Backend architecture and includes basic authentication for enhanced security.