Introduce CI/CD

This commit is contained in:
Neshura 2024-04-08 17:51:04 +02:00
parent e00eb5c276
commit 273df8a793
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
6 changed files with 331 additions and 1 deletions

14
debian/domainlink.service vendored Normal file
View file

@ -0,0 +1,14 @@
[Unit]
Description="Lightweight tool for handling (sub-)domain to URL redirects instead of having to deal with copy and pasting proxy rules"
After=syslog.target
After=network-online.target
[Service]
Type=simple
User=%i
ExecStart=/usr/local/bin/domainlink
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target