From bfd48200d7b8f3c5447a356af16b108f58d39a7a Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 4 May 2025 14:24:40 -0600 Subject: [PATCH] Added publish commands to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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: