diff options
-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}" \ |