From 914ac87d3963c381fe381ad126810e36e6083927 Mon Sep 17 00:00:00 2001 From: goynov Date: Tue, 1 Jul 2025 10:27:08 +0300 Subject: [PATCH] deploy --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 000e114..9fd6c61 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,5 +5,5 @@ cp -r frontend ./.dist/ cp package.json ./.dist/ cp package-lock.json ./.dist/ -//rsync -rv -e 'ssh -p 9922' ./.dist/ pronature@localhost:/var/node/pronature/ +#rsync -rv -e 'ssh -p 9922' ./.dist/ pronature@localhost:/var/node/pronature/ rsync -rv ./.dist/ pronature@pronature-v2.bg73.net:/var/node/pronature/ \ No newline at end of file