From: Vásáry Dániel Date: Thu, 14 Jun 2018 10:48:26 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=e43ddd2f4d567aeb49267c1556446c4e1d2ac450;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C31119 --- diff --git a/server/-product/mediacube.product b/server/-product/mediacube.product index 1494b6ac..87c59aaa 100644 --- a/server/-product/mediacube.product +++ b/server/-product/mediacube.product @@ -98,13 +98,13 @@ - - - - - - - + + + + + + + diff --git a/server/-product/test-deploy-main-plugins.bat b/server/-product/test-deploy-main-plugins.bat new file mode 100644 index 00000000..b0d5d5ae --- /dev/null +++ b/server/-product/test-deploy-main-plugins.bat @@ -0,0 +1,12 @@ +winscp.com /command + + "echo STARTING DEPLOY TO: ${remote.address}" + "open ${remote.address} -hostkey=""${remote.hostkey}""" + "lcd ${local.location}/plugins" + "cd ${remote.location}/plugins" + "synchronize remote" + "lcd ${local.location}/configuration" + "cd ${remote.location}/configuration" + "synchronize remote -filemask=config.ini" + "exit" +