Revert "Staging"

This reverts commit 2481d31759.
This commit is contained in:
Brian Anderson 2015-08-03 15:45:04 -07:00
parent ff94b6a054
commit 0d4c3910ca
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/staging'
SITEURL = 'http://this-week-in-rust.org'
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-staging
rsync -razvP --delete-after output/ cmr@octayn.net:twir
fi