Skip to content

Commit 62026a6

Browse files
committed
ci: Kill pm2 after deployment
1 parent 0072850 commit 62026a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ before_deploy:
1919
deploy:
2020
provider: script
2121
skip_cleanup: true
22-
script: npm run travis-deploy
22+
script: npm run travis-deploy && pm2 kill
2323
on:
2424
branch: master

0 commit comments

Comments
 (0)