From: nutra-bot Date: Sat, 2 Jul 2022 03:30:37 +0000 (+0000) Subject: use generic github action X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=3aaca97ca7dd06294006fb49ef183be73deb9ab1;p=nutratech%2Fvps-root.git use generic github action --- diff --git a/etc/systemd/system/ghrunner.service b/etc/systemd/system/ghrunner.service index 2a1443d..983bfee 100644 --- a/etc/systemd/system/ghrunner.service +++ b/etc/systemd/system/ghrunner.service @@ -2,8 +2,8 @@ Description=GitHub Action Runner (nutra-server) [deploy-dev] [Service] -User=sanic -WorkingDirectory=/home/sanic/actions-runner +User=github +WorkingDirectory=/home/github/actions-runner ExecStart=/bin/bash run.sh Restart=always Environment="NTSERV_PSQL_PASSWORD=REDACTED"