gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (6679745 -> 3eb525b)


From: gnunet
Subject: [www] branch stable updated (6679745 -> 3eb525b)
Date: Mon, 30 Aug 2021 19:27:25 +0200

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

martin-schanzenbach pushed a change to branch stable
in repository www.

    from 6679745  minor style change
     add 6fe799d  -update deployment
     add 3eb525b  -update deployment

No new revisions were added by this update.

Summary of changes:
 .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..f77bb64 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@firefly.gnunet.org:~/stable/
+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]