[galène] Deploy custom static files
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
2f2886a1ec
commit
43e211e0bb
|
@ -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:
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue