From e7c7971292d2d06650ab20e07d3e9fad96817329 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 14 Jan 2021 23:06:42 +0100 Subject: [PATCH] Add base url, c.f. PR for webhook / badge comment --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index cb5014f..b7736e2 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ Restart=always User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__ -ExecStart=__FINALPATH__/ve3/bin/python ./run.py /home/CI_package_check/analyseCI.sh --port __PORT__ +ExecStart=__FINALPATH__/ve3/bin/python ./run.py /home/CI_package_check/analyseCI.sh --port __PORT__ --base-url https://__DOMAIN____PATH__ [Install] WantedBy=multi-user.target