taler-deployment

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

commit bb0a8f1a828b4fae6c74a472f530abe2ae309741
parent ec243d443aa46a86cf02271e027e01d0371bef44
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Jan 2025 19:24:44 +0100

add rsync stage

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

diff --git a/worker-sites/update_anastasis.sh b/worker-sites/update_anastasis.sh @@ -27,3 +27,5 @@ rm -rf $HOME/www.anastasis.lu.old/ # Finally, do two fast renames to make the current version active 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 diff --git a/worker-sites/update_taler-ops.sh b/worker-sites/update_taler-ops.sh @@ -27,3 +27,5 @@ rm -rf $HOME/www.taler-ops.ch.old/ # Finally, do two fast renames to make the current version active 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 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:. +rsync -av --rsh=ssh www.taler-systems.com www@taler-systems.com:www.taler-systems.com