Merge branch 'master' of ssh://git.verdnatura.es:/var/lib/git/salix
This commit is contained in:
commit
221244cbf0
12
dev.cmd
12
dev.cmd
|
@ -11,18 +11,18 @@ goto caseUsage
|
||||||
|
|
||||||
:caseStart
|
:caseStart
|
||||||
call "%0" stop
|
call "%0" stop
|
||||||
echo "################################ Starting services"
|
call echo "################################ Starting services"
|
||||||
call forever start forever.json
|
call forever start forever.json
|
||||||
call forever list
|
call forever list
|
||||||
call nginx -c "%nginxConf%" -p "%nginxPrefix%"
|
call start /b nginx -c "%nginxConf%" -p "%nginxPrefix%"
|
||||||
call cd @salix
|
cd @salix
|
||||||
call gulp
|
gulp
|
||||||
goto caseExit
|
goto caseExit
|
||||||
|
|
||||||
:caseStop
|
:caseStop
|
||||||
echo "################################ Stoping services"
|
echo "################################ Stoping services"
|
||||||
call forever stopall
|
forever stopall
|
||||||
call nginx -c "%nginxConf%" -p "%nginxPrefix%" -s stop
|
nginx -c "%nginxConf%" -p "%nginxPrefix%" -s stop
|
||||||
goto caseExit
|
goto caseExit
|
||||||
|
|
||||||
:caseUsage
|
:caseUsage
|
||||||
|
|
Loading…
Reference in New Issue