mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-15 00:20:11 +00:00
fix host and docker-compose link
This commit is contained in:
parent
bef00987b9
commit
123c89c3b6
@ -2,12 +2,11 @@
|
|||||||
# deploy the tube archivist website
|
# deploy the tube archivist website
|
||||||
|
|
||||||
test_host="tubearchivist-website.local"
|
test_host="tubearchivist-website.local"
|
||||||
public_host="www.tubearchivist.com"
|
public_host="tubearchivist.com"
|
||||||
|
|
||||||
function rebuild_test {
|
function rebuild_test {
|
||||||
echo "rebuild testing environment"
|
echo "rebuild testing environment"
|
||||||
rsync -a --progress --delete docker-compose_testing.yml $test_host:docker/docker-compose.yml
|
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 tubearchivist $test_host:docker
|
||||||
rsync -a --progress --delete env $test_host:docker
|
rsync -a --progress --delete env $test_host:docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user