소스 검색

add restart at the end of update command

Pitu 6 년 전
부모
커밋
1790a84430
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -17,7 +17,8 @@
 		"seed": "yarn knex seed:run",
 		"api": "node src/api/structures/Server",
 		"site": "cross-env NODE_ENV=production nuxt start",
-		"update": "git pull && yarn install && yarn migrate && yarn build"
+		"update": "git pull && yarn install && yarn migrate && yarn build && yarn restart",
+		"restart": "pm2 restart lolisafe-api && pm2 restart lolisafe-website"
 	},
 	"repository": {
 		"type": "git",