5 lines
68 B
Batchfile
5 lines
68 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
git pull
|
|
node_modules\.bin\pm2.cmd start main.js
|