From 62efb76fae35c5c8b57b795954e10e7dbee48519 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 22 Jul 2025 12:12:22 -0600 Subject: [PATCH] README adjusted with new publishing process --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11e6d58..7d78780 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,13 @@ hugo server ## Deployment -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: +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 this git command: ``` -git push origin -git push origin main:publish +git push origin main ``` -A push to `publish` should trigger a pipeline in GitLab to deploy the site. If it doesn't, check for errors in Gitea and GitLab. +A push to `main` should trigger a pipeline in GitLab to deploy the site. If it doesn't, check for errors in Gitea and GitLab. ## Interviews