fix host and docker-compose link

This commit is contained in:
simon 2022-05-02 17:06:40 +07:00
parent bef00987b9
commit 123c89c3b6
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 2 deletions

View File

@ -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