summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-04-12 23:09:42 +0200
committerStefan Kreutz <mail@skreutz.com>2023-04-12 23:09:42 +0200
commit22e71a56b266ba4263dbf38c4e1b714a393e4766 (patch)
treef0c62f0a95f35b00d3fab08192e43fd12e4f4fa8
parentf472217aaf98307582dad3e5af80274bc0ed2d52 (diff)
downloadblog-22e71a56b266ba4263dbf38c4e1b714a393e4766.tar
Rename project
-rw-r--r--blog.cabal (renamed from www.cabal)2
-rwxr-xr-xscript/deploy2
2 files changed, 2 insertions, 2 deletions
diff --git a/www.cabal b/blog.cabal
index 491ccb4..c0c8c9a 100644
--- a/www.cabal
+++ b/blog.cabal
@@ -1,4 +1,4 @@
-name: www
+name: blog
version: 0.1.0.0
synopsis: Stefan Kreutz' personal website
author: Stefan Kreutz
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.