From b3be74e652d4287b76bd161fad86f92b20ab4d10 Mon Sep 17 00:00:00 2001 From: igor Date: Mon, 16 Feb 2026 07:35:34 +0100 Subject: [PATCH] changed path to SFTPsync utility in deploy script --- deploy.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.bat b/deploy.bat index 4cdded7..2e0b477 100644 --- a/deploy.bat +++ b/deploy.bat @@ -1,6 +1,6 @@ @echo off -call php d:\www\von\sftp\sftpsync2.php --host nutrio.tpsoft.org --user igor ^ +call php d:\www\sftpsync\src\sftpsync.php --host nutrio.tpsoft.org --user igor ^ --delete-dir /storage/tpsoft.org/nutrio/public ^ --sync d:/www/Nutrio/dist /storage/tpsoft.org/nutrio ^ --skip .git ^