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