summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-01-04 18:09:30 +0100
committerPavel Grunt <pgrunt@redhat.com>2016-01-06 15:56:25 +0100
commitb465d265049eb65f4e739642d7b4085800b48a15 (patch)
tree50d4c7c3d045ddf1b18bf6e26f970fbc44db1b08
parent96ad3d8247da8e76defacfef18f89adc2c61166e (diff)
publish configurationpublish
-rw-r--r--Makefile5
-rw-r--r--publishconf.py2
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0e12f15..5d3251b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,9 @@ FTP_HOST=localhost
FTP_USER=anonymous
FTP_TARGET_DIR=/
-SSH_HOST=localhost
+SSH_HOST=annarchy.freedesktop.org
SSH_PORT=22
-SSH_USER=root
-SSH_TARGET_DIR=/var/www
+SSH_TARGET_DIR=~/public_html
S3_BUCKET=my_s3_bucket
diff --git a/publishconf.py b/publishconf.py
index fb6deb4..5c97d9a 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -5,7 +5,7 @@ from __future__ import unicode_literals
#######################
AUTHOR = u'spice-team'
SITENAME = u'SPICE'
-SITEURL = '' # path from page root such as '/~victortoso/spice-space/'
+SITEURL = '/~pgrunt' # path from page root such as '/~victortoso/spice-space/'
THEME = 'spice-space'
TIMEZONE = 'Europe/Paris'
PATH = 'content'