taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7d1be4e6fadf6c82eab7e379d0d872ec1be15c52
parent 077188098bf1a60571efb1d5ee9d0baae52149cc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Jan 2025 00:11:51 +0100

-fix rsync

Diffstat:
Mworker-sites/update_anastasis.sh | 2+-
Mworker-sites/update_taler-ops.sh | 2+-
Mworker-sites/update_taler-systems.sh | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/worker-sites/update_anastasis.sh b/worker-sites/update_anastasis.sh @@ -28,4 +28,4 @@ rm -rf $HOME/www.anastasis.lu.old/ mv $HOME/www.anastasis.lu/ $HOME/www.anastasis.lu.old/ || true mv $HOME/www.anastasis.lu.wip/ $HOME/www.anastasis.lu/ -rsync -av --rsh=ssh www.anastasis.lu www@anastasis.lu:anastasis.lu +rsync -av --rsh=ssh www.anastasis.lu www@anastasis.lu:. diff --git a/worker-sites/update_taler-ops.sh b/worker-sites/update_taler-ops.sh @@ -32,4 +32,4 @@ rm -rf $HOME/www.taler-ops.ch.old/ mv $HOME/www.taler-ops.ch/ $HOME/www.taler-ops.ch.old/ || true mv $HOME/www.taler-ops.ch.wip/ $HOME/www.taler-ops.ch/ -rsync -av --rsh=ssh www.taler-ops.ch www@taler-ops.ch:www.taler-ops.ch +rsync -av --rsh=ssh www.taler-ops.ch www@taler-ops.ch:. diff --git a/worker-sites/update_taler-systems.sh b/worker-sites/update_taler-systems.sh @@ -30,4 +30,4 @@ mv $HOME/www.taler-systems.com.wip/ $HOME/www.taler-systems.com/ cd -rsync -av --rsh=ssh www.taler-systems.com www@taler-systems.com:www.taler-systems.com +rsync -av --rsh=ssh www.taler-systems.com www@taler-systems.com:.