fix: using absolute path of pm2 in GitHub actions config
This commit is contained in:
parent
c2a66f4198
commit
79c43d9e8c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user