From aead9bbabf6a7c40e4763ff497ab6bbfdf1c5c47 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 9 Dec 2022 09:59:23 -0800 Subject: [PATCH] chore: readme update --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index c9f4c125..b0e77a91 100644 --- a/readme.md +++ b/readme.md @@ -103,10 +103,6 @@ open https://pockethost.test # Production Deployment -**1. Release** - -- Use `yarn version --patch` for patch releases - **2. Build** ```bash @@ -140,10 +136,16 @@ open https://pockethost.io If all goes well: -- Tag and push tag in git - Update `readme.md` with latest relevant fixes. - Create a new discussion on PocketHost forum - If major or minor release, create announcement on PocketBase forum +- Use `yarn version --patch` for patch release and tag with git + +**6. Prod Run** + +```bash +nohup docker compose -f docker/prod.yaml up --remove-orphans & +``` # Release History