summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2015-07-31 13:23:25 -0400
committerCorey Richardson <corey@octayn.net>2015-07-31 13:23:25 -0400
commit2481d31759a120ead1f429c65fbf738f317d32a3 (patch)
tree6ed84770bb4a4c1ecc90bb06e804f7a36b0ef2f7
parentc3cac9513ba843e90fb0379fd0ed5ceae3730fd8 (diff)
Staging
-rw-r--r--pelicanconf.py2
-rwxr-xr-xrun.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 8ca3f65..d308ab2 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'Corey Richardson'
SITENAME = u"This Week in Rust"
-SITEURL = 'http://this-week-in-rust.org'
+SITEURL = 'http://this-week-in-rust.org/staging'
SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'
diff --git a/run.sh b/run.sh
index 1dd2966..4b5f4fc 100755
--- a/run.sh
+++ b/run.sh
@@ -2,5 +2,5 @@
. ./bin/activate
./bin/pelican content -s pelicanconf.py -t themes/pelican-elegant-1.3 || exit
if [ "$REALLY_DEPLOY" = "1" ]; then
- rsync -razvP --delete-after output/ cmr@octayn.net:twir
+ rsync -razvP --delete-after output/ cmr@octayn.net:twir-staging
fi