summaryrefslogtreecommitdiff
path: root/script/deploy
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-05 23:08:55 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-05 23:08:55 +0200
commit3fd1c144b9fe0f426d000894cbd4a1bbefded9bd (patch)
tree7c45382d2ca86b447fd30ba6ee7aff7e605bf22d /script/deploy
parentc60c8058e655212550f4539416400737d1b59417 (diff)
downloadblog-3fd1c144b9fe0f426d000894cbd4a1bbefded9bd.tar
Change archive name
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 40a36a9..b2bcd45 100755
--- a/script/deploy
+++ b/script/deploy
@@ -23,7 +23,7 @@ rev="$( git rev-parse --verify HEAD )"
now="$( date -u "+%Y-%m-%dT%H:%M:%SZ" )"
# Archive file name
-archive="./${now}_${rev}.tar.gz"
+archive="./${now}-${rev}.tar.gz"
printf "Re-generating static website from source ...\\n"
( cd "${root}" \
Generated by cgit. See skreutz.com for my tech blog and contact information.