From 74ef9f60c0410d9a8d6b6a704a0191205e800248 Mon Sep 17 00:00:00 2001 From: Nikita Ozhyhin <140492764+ozhyhin-nikita@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:55:52 +0300 Subject: [PATCH] Update README.md Signed-off-by: Nikita Ozhyhin <140492764+ozhyhin-nikita@users.noreply.github.com> --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44167785..45173327 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,16 @@ To ensure that WFs are working properly, add these GH Secrets right after projec - [ ] Secrets for `VAULT_TOKEN` and `VAULT_ENDPOINT` (copy `github-token` and `url` from [https://vault.bndigital.dev](https://vault.bndigital.dev/ui/vault/secrets/infrastructure/show/vault)) - [ ] Secret for `GH_TOKEN` (copy `github-token` from [https://vault.bndigital.dev](https://vault.bndigital.dev/ui/vault/secrets/accounts/show/github/bn-enginseer)) - +## Staging Rollout + +- After setting up secrets, perform these actions: +- [ ] Create new project in [https://dcr.bndigital.dev/] (click `+ New project`, in pop-up window only enter `Project Name`, left other fields unchanged and click `OK` (credentials are here: [https://vault.bndigital.dev](https://vault.bndigital.dev/ui/vault/secrets/accounts/show/dcr.bndigital.dev)) +- [ ] In the `Actions` tab, find WF named `Bootstrap` in the left pane +- [ ] Click on the button `Run workflow` in the top-right corner and in pop-up window click green button `Run workflow` +- [ ] After that replace all occurrences of `project-templates` with the name of your project +- [ ] Wait for the `Staging Deployment` workflow to run and check your staging at `REPO_NAME.bndigital.dev` +- [ ] Say a few kind words to yourself after completing all steps 🙃 + ## Documentation & References - [React Documentation](https://react.dev/reference/react)