diff --git a/README.md b/README.md index 0e012d2..ddfbc06 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ Then, to serve the site locally: hugo server ``` +Thanks to the [MEDLab Hugo template](https://git.medlab.host/dhorn/medlab-hugo-template), the site is set up to deploy automatically to the MEDLab server via GitLab CI. To do so, when developing locally, use these git commands: + +``` +git push origin +git push origin main:publish +``` + +The site will deploy within an hour. + ## Interviews see `/archetypes/interview.md` for the interview template. You can create a new interview with: