mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 12:54:19 -07:00
Add build status badges to client README (#799)
* Add build status badges to client README * Update GHA names
This commit is contained in:
parent
54d07bddc8
commit
29d5b52f84
3 changed files with 5 additions and 2 deletions
2
.github/workflows/deploy_main.yml
vendored
2
.github/workflows/deploy_main.yml
vendored
|
@ -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
|
# 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
|
# 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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
|
|
2
.github/workflows/deploy_staging.yml
vendored
2
.github/workflows/deploy_staging.yml
vendored
|
@ -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
|
# 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
|
# 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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[](https://github.com/usds/justice40-tool/actions/workflows/deploy_staging.yml)
|
||||||
|
[](https://github.com/usds/justice40-tool/actions/workflows/deploy_main.yml)
|
||||||
|
|
||||||
# Justice40 Client
|
# Justice40 Client
|
||||||
|
|
||||||
This README contains the following content:
|
This README contains the following content:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue