From 05c30302bc13ee742d249a1bd81cd177bdef8580 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Mon, 15 Mar 2021 13:09:54 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb9e34b4..1df14c63 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ Other tips for using Forestry build previews: ### To deploy to the live site -Forestry writes directly to `staging`, with previews available at https://ipfs-blog-staging.on.fleek.co/. **Once a staged post is ready to go live, please PR `staging` to `main` using [this handy shortcut](https://github.com/ipfs/ipfs-blog/compare/main...staging?expand=1).** *Note that if multiple posts are in-flight in staging and only one is approved to go live, your PR may need some massaging.* +Forestry writes directly to `staging`, with staging previews available at https://ipfs-blog-staging.on.fleek.co/. + +**Once a staged post is ready to go live, please PR `staging` to `main` using [this handy shortcut](https://github.com/ipfs/ipfs-blog/compare/main...staging?expand=1).** *Note that if multiple posts are in-flight in staging and only one is approved to go live, your PR may need some massaging.* **PR reviewers: While we continue to dogfood Forestry, please leave your edits in comments rather than making additional commits.** As our overall workflow continues to solidify, this suggested direction may change.