From 0bcaf6011424b2c3b690f8eb83cbde0db2a6dd13 Mon Sep 17 00:00:00 2001 From: Willem Jan Glerum Date: Tue, 7 Nov 2023 16:32:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c967f6..b5feeb8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For very large images the command may take a long time to complete. # How to deploy your post -Merging your PR will update the `master` branch only. Besides `master` there's also `acceptance` and `production` branches. +Merging your PR will update the `main` branch only. Besides `main` there's also a `production` branch. ### Getting your post to the acceptance environment @@ -65,7 +65,7 @@ Applying your changes in the acceptance environment to the production environmen ``` git checkout production -git rebase acceptance +git rebase main git push origin production ``` The blog engine needs to be manually restarted in clever cloud as well. Please ask your colleagues if you don't know how to do that.