summaryrefslogtreecommitdiff
path: root/.buildbot/firefly-x86_64-amdepyc_deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.buildbot/firefly-x86_64-amdepyc_deploy.sh')
-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 @@
chmod -R ag+rX rendered/
DEPLOY_USER="www"
if [ $(git rev-parse --abbrev-ref HEAD) == 'stable' ]; then
- rsync -a --delete rendered/ $DEPLOY_USER@gnunet.org:~/www_deployment/
+ rsync -a --delete rendered/ $DEPLOY_USER@firefly.gnunet.org:~/stable/
else
rsync -a --delete rendered/ $DEPLOY_USER@firefly.gnunet.org:~/stage/
fi