[galène] Deploy custom static files

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-22 17:09:09 +02:00
parent 2f2886a1ec
commit 43e211e0bb
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,10 @@
owner: galene
group: galene
## FIXME Deploy /var/www/galene-static
- name: Deploy custom static files
git:
repo: https://gitlab.adm.crans.org/nounous/galene-static.git
dest: /var/www/galene-static
- name: Install systemd unit
template:

View File

@ -9,7 +9,7 @@ Type=simple
WorkingDirectory=/var/local/galene
User=galene
Group=galene
ExecStart=/var/local/galene/galene --insecure --static /var/www/galene-static/
ExecStart=/var/local/galene/galene --insecure --static /var/www/galene-static/static/
LimitNOFILE=65536
[Install]