From 392a94698b83187be63d1edeaf9c6a5c1ad40083 Mon Sep 17 00:00:00 2001 From: goynov Date: Mon, 30 Jun 2025 23:04:16 +0300 Subject: [PATCH] update deployment according new infrastructure --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index f37b441..000e114 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,4 +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/ \ No newline at end of file +//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