[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: add rsync stage
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: add rsync stage |
Date: |
Sat, 18 Jan 2025 19:24:46 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new bb0a8f1 add rsync stage
bb0a8f1 is described below
commit bb0a8f1a828b4fae6c74a472f530abe2ae309741
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 18 19:24:44 2025 +0100
add rsync stage
---
worker-sites/update_anastasis.sh | 2 ++
worker-sites/update_taler-ops.sh | 2 ++
worker-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
index d2d19cb..310eca1 100755
--- 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
index 87c19fa..7d056f6 100755
--- 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
index ca52e66..c626b89 100755
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: add rsync stage,
gnunet <=