This commit is contained in:
Corey Richardson 2015-07-31 13:23:25 -04:00
parent c3cac9513b
commit 2481d31759
2 changed files with 2 additions and 2 deletions

View File

@ -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'

2
run.sh
View File

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