aboutsummaryrefslogtreecommitdiff
path: root/.buildbot
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-08-30 19:11:24 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-08-30 19:11:24 +0200
commit3eb525bcbf11372001baa05c6a7288adf03e1afb (patch)
tree5d68032531d20cdc33c8048ed7fe489d60752d99 /.buildbot
parent6fe799db90b3f0bee8ebead1f5f338c27526be24 (diff)
downloadwww-3eb525bcbf11372001baa05c6a7288adf03e1afb.tar.gz
www-3eb525bcbf11372001baa05c6a7288adf03e1afb.zip
-update deployment
Diffstat (limited to '.buildbot')
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
index 13dde200..f77bb64f 100755
--- a/.buildbot/firefly-x86_64-amdepyc_deploy.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -5,7 +5,7 @@
5chmod -R ag+rX rendered/ 5chmod -R ag+rX rendered/
6DEPLOY_USER="www" 6DEPLOY_USER="www"
7if [ $(git rev-parse --abbrev-ref HEAD) == 'stable' ]; then 7if [ $(git rev-parse --abbrev-ref HEAD) == 'stable' ]; then
8 rsync -a --delete rendered/ $DEPLOY_USER@gnunet.org:~/www_deployment/ 8 rsync -a --delete rendered/ $DEPLOY_USER@firefly.gnunet.org:~/stable/
9else 9else
10 rsync -a --delete rendered/ $DEPLOY_USER@firefly.gnunet.org:~/stage/ 10 rsync -a --delete rendered/ $DEPLOY_USER@firefly.gnunet.org:~/stage/
11fi 11fi