Skip to content

Commit

Permalink
add prod status badge. add admin deploy prod task.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkernel committed Sep 11, 2022
1 parent 6b665c8 commit ef7b7ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Staging CI](https://github.com/kernel-community/services/actions/workflows/staging.yml/badge.svg)](https://github.com/kernel-community/services/actions/workflows/staging.yml)

[![Prod CI](https://github.com/kernel-community/services/actions/workflows/prod.yml/badge.svg)](https://github.com/kernel-community/services/actions/workflows/prod.yml)

Kernel is an educational community that learns together how to create with care.

The purpose of Kernel Services is to serve the Kernel community and make its infrastructure available for any other community of care.
Expand Down
1 change: 1 addition & 0 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"lint": "npx standard",
"format": "npx standard --fix",
"deploy:staging": "gcloud app deploy dist/app.yaml --project kernel-admin-staging",
"deploy:prod": "gcloud app deploy dist/app.yaml --project kernel-admin-prod",
"eject": "craco eject"
},
"standard": {
Expand Down

0 comments on commit ef7b7ab

Please sign in to comment.