From ef7b7ab18d3635ef1ce756fe3d67012daad796f4 Mon Sep 17 00:00:00 2001 From: simonkernel Date: Sun, 11 Sep 2022 11:40:58 -0700 Subject: [PATCH] add prod status badge. add admin deploy prod task. --- README.md | 2 ++ packages/admin/package.json | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index d947df1..b79a418 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/packages/admin/package.json b/packages/admin/package.json index def7f8b..7f401b9 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -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": {