gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: -update deployment


From: gnunet
Subject: [www] branch master updated: -update deployment
Date: Mon, 30 Aug 2021 14:28:35 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 6fe799d  -update deployment
6fe799d is described below

commit 6fe799db90b3f0bee8ebead1f5f338c27526be24
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Aug 30 14:24:50 2021 +0200

    -update deployment
---
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh 
b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
index baad1ba..13dde20 100755
--- a/.buildbot/firefly-x86_64-amdepyc_deploy.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -3,8 +3,9 @@
 # Deploy websites from buildbot
 
 chmod -R ag+rX rendered/
-DEPLOY_USER="stage"
+DEPLOY_USER="www"
 if [ $(git rev-parse --abbrev-ref HEAD) == 'stable' ]; then
-  DEPLOY_USER="www"
+  rsync -a --delete rendered/ $DEPLOY_USER@gnunet.org:~/www_deployment/
+else
+  rsync -a --delete rendered/ $DEPLOY_USER@firefly.gnunet.org:~/stage/
 fi
-rsync -a --delete rendered/ $DEPLOY_USER@gnunet.org:~/www_deployment/

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]