From a8b79f394bb774a9711a317e55d6c031ac1379c6 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 13 Sep 2021 19:54:37 -0400 Subject: [PATCH] updated path to new location on jmc --- deploy_static_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_static_website.sh b/deploy_static_website.sh index 3131963..efb36f7 100755 --- a/deploy_static_website.sh +++ b/deploy_static_website.sh @@ -1,7 +1,7 @@ #!/bin/bash devWebsite='/mnt/k8s-storage/delfax/website' -sitePath='/home/rmorrow/docker/docker_nginx-radar231.com/radar231.com' +sitePath='/opt/docker/docker_nginx-radar231.com/radar231.com' siteFQDN='radar231.com' rsync -avv --delete -e "ssh -p 50022" ${devWebsite}/ ${siteFQDN}:${sitePath}/html/