From afe8405f484a7a41668943817645e963817e849f Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Mon, 21 Jan 2019 14:27:57 -0500 Subject: Version.txt so browsers can understand --- deploy.sh | 4 ++-- www/version.info | 1 - www/version.txt | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 www/version.info create mode 100644 www/version.txt diff --git a/deploy.sh b/deploy.sh index 3b07862..83fa31a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -39,9 +39,9 @@ echo "Checking git for clean work tree" require_clean_work_tree echo "Updating version file" -echo "Deployed on: $DATE" > www/version.info +echo "Deployed on: $DATE" > www/version.txt -#aws s3 cp www s3://senders-io/ --recursive +aws s3 cp www s3://senders-io/ --recursive echo "Deployed!" echo "Committing deploy" diff --git a/www/version.info b/www/version.info deleted file mode 100644 index c5ce73e..0000000 --- a/www/version.info +++ /dev/null @@ -1 +0,0 @@ -Deployed on: 2019-01-21T19:24:41+00:00 diff --git a/www/version.txt b/www/version.txt new file mode 100644 index 0000000..c5ce73e --- /dev/null +++ b/www/version.txt @@ -0,0 +1 @@ +Deployed on: 2019-01-21T19:24:41+00:00 -- cgit v1.2.3-54-g00ecf