[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
|
owner: galene
|
||||||
group: 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
|
- name: Install systemd unit
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -9,7 +9,7 @@ Type=simple
|
||||||
WorkingDirectory=/var/local/galene
|
WorkingDirectory=/var/local/galene
|
||||||
User=galene
|
User=galene
|
||||||
Group=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
|
LimitNOFILE=65536
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue