summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-08-03 15:45:04 -0700
committerBrian Anderson <banderson@mozilla.com>2015-08-03 15:45:04 -0700
commit0d4c3910caf79f1bd74735a0459becb5676149e8 (patch)
treed0d66a0196474539e5cad9600549b9e30580aaa9 /run.sh
parentff94b6a054a8693bab1800ac2bd4b746fbb0fd4f (diff)
Revert "Staging"
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 4b5f4fc..1dd2966 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-staging
+ rsync -razvP --delete-after output/ cmr@octayn.net:twir
fi