Skip to content

Commit 4d45860

Browse files
authored
Update deploy.yml
1 parent 3f040ad commit 4d45860

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
source ~/.bashrc
2424
cd /var/www/ripplesftc.com
2525
git pull
26+
pm2 stop
2627
pnpm install
2728
pnpm build
28-
pm2 restart ecosystem.config.js
29+
pm2 start ecosystem.config.js
2930
pm2 save

0 commit comments

Comments
 (0)