diff --git a/README.md b/README.md index f92dadb..ff44918 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ via the `blogger.exe` tool the generated website via: ```shell-session $ dune exec src/blogger.exe -- push \ -r git@git.robur.coop:robur/blog.robur.coop.git#gh-pages - --hook https://blog.robur.coop/hook \ [--name "The Robur team"] \ [--email team@robur.coop] ``` @@ -40,4 +39,7 @@ communicate with with `git@git.robur.coop`, everything will be smooth! Et voilĂ  At the end, an HTTP request will be send to `https://blog.robur.coop` to update the unikernel with the last version of the blog. +You can also use the `update.sh` script to update the blog with the builder user +on the server machine. + **NOTE**: don't forget `#gh-pages`! Also, you probably should do a `git pull`.