From cdb023fdfbc3f672558f79f5aa4a21028aa28f40 Mon Sep 17 00:00:00 2001
From: Jelle van der Waa <jelle@archlinux.org>
Date: Fri, 14 Aug 2020 19:56:36 +0200
Subject: [PATCH] Document how to update Gitlab

Closes: #12
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 029e78750..ed9bbff18 100644
--- a/README.md
+++ b/README.md
@@ -317,6 +317,12 @@ Example
 
     borg list ssh://<hetzner_storagebox_username>@u236610.your-storagebox.de:23/~/backup/homedir.archlinux.org::20191127-084357
 
+## Updating Gitlab
+
+Our Gitlab installation uses [Omnibus](https://docs.gitlab.com/omnibus/) to run Gitlab on Docker. Updating Gitlab is as simple as running the ansible gitlab playbook:
+
+    ansible-playbook playbooks/gitlab.archlinux.org -t gitlab
+
 ## One-shots
 
 A bunch of once-only admin task scripts can be found in `one-shots/`.
-- 
GitLab