From a9b21441a116b4822a429c9c0b291d4ded68ad8d Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 2 Sep 2020 15:37:29 +0300 Subject: [PATCH] Deploy: change deploy information to pim.etesync.com. --- deploy.sh | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 183f750..e5423e9 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ SSH_HOST=client.etesync.com SSH_PORT=22 SSH_USER=etesync -SSH_TARGET_DIR=sites/client.etesync.com +SSH_TARGET_DIR=sites/pim.etesync.com OUTPUTDIR=./build diff --git a/public/manifest.json b/public/manifest.json index 019d846..5185ccd 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "EteSync", - "name": "EteSync - Secure, Encryted and Journaled Cloud Sync", + "name": "EteSync - Secure Data Sync", "icons": [ { "src": "favicon.ico",