From 9a4c394b50931dfce5343fef5a4bc768311eb5f3 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 18 Dec 2022 15:16:04 +0000 Subject: [PATCH] chore: readme updates --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index e8c1349c..324183a3 100644 --- a/readme.md +++ b/readme.md @@ -103,7 +103,7 @@ open https://pockethost.test # Production Deployment -**2. Build** +**1. Build** ```bash git clone git@github.com:benallfree/pockethost.git @@ -117,7 +117,7 @@ docker compose -f docker/install.yaml up --remove-orphans docker compose -f docker/prod.yaml up --remove-orphans ``` -**3. Refresh Certbot** +**2. Refresh Certbot** ```bash ./scripts/certbot-refresh.sh @@ -125,14 +125,14 @@ docker compose -f docker/prod.yaml up --remove-orphans Then, ensure keys named `fullchain.pem` and `privkey.key` are in `docker/mount/nginx/ssl`. -**4. Run** +**3. Run** ```bash nohup docker-compose -f docker/docker-compose-prod.yaml --profile=serve up --remove-orphans & open https://pockethost.io ``` -**5. Test** +**4. Test** If all goes well: @@ -141,7 +141,7 @@ If all goes well: - If major or minor release, create announcement on PocketBase forum - Use `yarn version --patch` for patch release and tag with git -**6. Prod Run** +**5. Prod Run** ```bash nohup docker compose -f docker/prod.yaml up --remove-orphans & @@ -149,6 +149,8 @@ nohup docker compose -f docker/prod.yaml up --remove-orphans & # Release History +**next** + **0.5.5** - chore: PocketBase 0.9.2 update