diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-05 23:08:55 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-05 23:08:55 +0200 |
commit | 3fd1c144b9fe0f426d000894cbd4a1bbefded9bd (patch) | |
tree | 7c45382d2ca86b447fd30ba6ee7aff7e605bf22d /script/deploy | |
parent | c60c8058e655212550f4539416400737d1b59417 (diff) | |
download | blog-3fd1c144b9fe0f426d000894cbd4a1bbefded9bd.tar |
Change archive name
Diffstat (limited to 'script/deploy')
-rwxr-xr-x | script/deploy | 2 |
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}" \ |