[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: fix CWD issue
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: fix CWD issue |
Date: |
Sun, 19 Jan 2025 00:38:04 +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 c714e7f fix CWD issue
c714e7f is described below
commit c714e7f8c55724b2e255451135d3f8a3a80d28cb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 19 00:38:00 2025 +0100
fix CWD issue
---
worker-sites/update_anastasis.sh | 2 ++
worker-sites/update_taler-ops.sh | 2 ++
2 files changed, 4 insertions(+)
diff --git a/worker-sites/update_anastasis.sh b/worker-sites/update_anastasis.sh
index 9ab14c6..0c036e7 100755
--- a/worker-sites/update_anastasis.sh
+++ b/worker-sites/update_anastasis.sh
@@ -28,4 +28,6 @@ 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/
+cd
+
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
index 11bb7ce..703e517 100755
--- a/worker-sites/update_taler-ops.sh
+++ b/worker-sites/update_taler-ops.sh
@@ -32,4 +32,6 @@ 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/
+cd
+
rsync -av --rsh=ssh www.taler-ops.ch www@taler-ops.ch:.
--
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: fix CWD issue,
gnunet <=