gnunet-svn
[Top][All Lists]
Advanced

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

[www-reclaim] branch master updated: add buildbot ci


From: gnunet
Subject: [www-reclaim] branch master updated: add buildbot ci
Date: Wed, 24 Jun 2020 19:42:50 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 2c86678  add buildbot ci
2c86678 is described below

commit 2c866787516a7c3cbbd1e7f4cbcd96cd14e1b20e
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Wed Jun 24 19:36:56 2020 +0200

    add buildbot ci
---
 .buildbot/build.sh                         | 3 +++
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 7 +++++++
 2 files changed, 10 insertions(+)

diff --git a/.buildbot/build.sh b/.buildbot/build.sh
new file mode 100755
index 0000000..979ebc5
--- /dev/null
+++ b/.buildbot/build.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+bundle exec jekyll build -d public
diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh 
b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
new file mode 100755
index 0000000..3c6f872
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# Deploy websites from buildbot
+
+chmod -R ag+rX public/
+DEPLOY_USER="reclaim"
+rsync -a --delete public/ $DEPLOY_USER@gnunet.org:~/public/

-- 
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]