git.lucas.co / gitsite
the static git browser that builds this site
git clone https://git.lucas.co/gitsite.git

gitsite.service (234B)

1 [Unit]
2 Description=Publish git.lucas.co if repos changed
3 
4 [Service]
5 Type=oneshot
6 ExecStart=%h/projects/gitsite/autodeploy.sh
7 StandardOutput=append:%h/.cache/gitsite/autodeploy.log
8 StandardError=append:%h/.cache/gitsite/autodeploy.log