Replies: 1 comment
|
Can you paste the entire contents of your update.sh script? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
My GH webhook call on push works and it calls
update.sh. The update script containspm2 restart all. This causes the following journalctl log:However, in my script I do have
HOME=/rootalong withPATH=...to make the pm2 binary work! Everything is running with therootuser. Here's the two PM2 instances;Have I set something up wrong here? Is there another approach?
All reactions