does this work
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
|||||||
PATH="/home/adipu/.local/node20/bin:$PATH" npm install --prefix server
|
PATH="/home/adipu/.local/node20/bin:$PATH" npm install --prefix server
|
||||||
|
|
||||||
- name: Restart app
|
- name: Restart app
|
||||||
run: systemctl --user restart labwise-app
|
run: sudo su -l adipu -c "XDG_RUNTIME_DIR=/run/user/1000 systemctl --user restart labwise-app"
|
||||||
|
|||||||
Reference in New Issue
Block a user