From 123c89c3b6fda43979699776c003fd46caad8e1a Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 2 May 2022 17:06:40 +0700 Subject: [PATCH] fix host and docker-compose link --- deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index fca4727..7126250 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,12 +2,11 @@ # deploy the tube archivist website test_host="tubearchivist-website.local" -public_host="www.tubearchivist.com" +public_host="tubearchivist.com" function rebuild_test { echo "rebuild testing environment" rsync -a --progress --delete docker-compose_testing.yml $test_host:docker/docker-compose.yml - rsync -a --progress --delete docker-compose.yml $test_host:docker rsync -a --progress --delete tubearchivist $test_host:docker rsync -a --progress --delete env $test_host:docker