This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/jekyll by this push:
     new 66b6acdc added readme how to deploy website
66b6acdc is described below

commit 66b6acdcc3d0f78004795a34491c17907c075752
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Nov 30 20:26:40 2023 +0100

    added readme how to deploy website
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index 6ce8303b..170ba9b3 100644
--- a/README.md
+++ b/README.md
@@ -44,3 +44,16 @@ and connect to it with this command:
 ```
 docker run --rm -p 4000:4000 --mount type=bind,src=$PWD,dst=/root/build 
--mount type=volume,dst=/root/build/node_modules -it  --entrypoint "/bin/bash" 
apache/logging_site
 ```
+
+## Deploying
+
+Once you have committed to this branch, your changes will be built and pushed
+to the asf-staging branch. From there, it is published to 
https://logging.staged.apache.org
+
+If you are happy with your changes, merge the staging branch to the site 
branch:
+
+```
+git checkout asf-site
+git merge --ff-only asf-staging
+git push
+```

Reply via email to