Explorar el Código

add restart at the end of update command

Pitu hace 6 años
padre
commit
1790a84430
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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",