Add build status badges to client README (#799)

* Add build status badges to client README

* Update GHA names
This commit is contained in:
Vim 2021-10-14 15:28:25 -07:00 committed by GitHub
commit 29d5b52f84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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: