diff --git a/.github/workflows/deploy_main.yml b/.github/workflows/deploy_main.yml index 991f2574..171404a7 100644 --- a/.github/workflows/deploy_main.yml +++ b/.github/workflows/deploy_main.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Deploy of main (AWS CDN) +name: Deploy prod on: pull_request: types: [closed] diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 78a59cda..7a86744a 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Deploy to staging (GH & S3) +name: Deploy stage on: pull_request: branches: [main] diff --git a/client/README.md b/client/README.md index 79a2afaa..638f8fc5 100644 --- a/client/README.md +++ b/client/README.md @@ -1,3 +1,6 @@ +[![Staging](https://github.com/usds/justice40-tool/actions/workflows/deploy_staging.yml/badge.svg)](https://github.com/usds/justice40-tool/actions/workflows/deploy_staging.yml) +[![Production](https://github.com/usds/justice40-tool/actions/workflows/deploy_main.yml/badge.svg)](https://github.com/usds/justice40-tool/actions/workflows/deploy_main.yml) + # Justice40 Client This README contains the following content: