1
0

fix: using absolute path of pm2 in GitHub actions config

This commit is contained in:
alikia2x (寒寒) 2025-11-30 03:01:10 +08:00
parent c2a66f4198
commit 79c43d9e8c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 56209E0CCD8420C6

View File

@ -15,4 +15,4 @@ jobs:
script: |
cd /web/cvsa
git pull
pm2 restart cvsa-be --update-env
/home/github-actions/.bun/bin/pm2 restart cvsa-be --update-env