There was an error while loading. Please reload this page.
1 parent 3f040ad commit 4d45860Copy full SHA for 4d45860
1 file changed
.github/workflows/deploy.yml
@@ -23,7 +23,8 @@ jobs:
23
source ~/.bashrc
24
cd /var/www/ripplesftc.com
25
git pull
26
+ pm2 stop
27
pnpm install
28
pnpm build
- pm2 restart ecosystem.config.js
29
+ pm2 start ecosystem.config.js
30
pm2 save
0 commit comments