gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: add deploy script


From: gnunet
Subject: [www] branch master updated: add deploy script
Date: Thu, 14 May 2020 12:17:24 +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 1ebd7c3  add deploy script
     new 3cc9e3d  Merge branch 'master' of git+ssh://gnunet.org/www
1ebd7c3 is described below

commit 1ebd7c36926a85512f417d6619b09f91dda93687
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Thu May 14 12:12:04 2020 +0200

    add deploy script
---
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh 
b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
new file mode 100755
index 0000000..baad1ba
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Deploy websites from buildbot
+
+chmod -R ag+rX rendered/
+DEPLOY_USER="stage"
+if [ $(git rev-parse --abbrev-ref HEAD) == 'stable' ]; then
+  DEPLOY_USER="www"
+fi
+rsync -a --delete rendered/ $address@hidden:~/www_deployment/

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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