From 3dfc6fbc71f0dd956ecd35c734fb6aa3a5303dba Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 31 Dec 2020 18:52:02 -0600 Subject: [PATCH] Add repo for custom gitea assets --- playbooks/web.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/web.yml b/playbooks/web.yml index 0d1435f..f8b5a83 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -145,6 +145,8 @@ dest: /var/www/desu.ltd - repo: https://git.desu.ltd/salt/9iron dest: /var/www/www.9iron.club + - repo: https://git.desu.ltd/salt/gitea-custom + dest: /var/lib/gitea/custom become: yes tags: [ web, git ] - role: nextcloud