summaryrefslogtreecommitdiff
path: root/script/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'script/deploy')
-rwxr-xr-xscript/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/deploy b/script/deploy
index 1e71b24..342cf38 100755
--- a/script/deploy
+++ b/script/deploy
@@ -56,7 +56,7 @@ echo "Running checks ..."
"${src}" "engine.skreutz.com:/var/www/htdocs/www.skreutz.com"
tar -czf "${archive}" "${src}"
-scp "${archive}" engine.skreutz.com:archive/www/
+scp "${archive}" engine.skreutz.com:archive/blog/
rm "${archive}"
curl \
Generated by cgit. See skreutz.com for my tech blog and contact information.