diff options
author | Stephen Enders <senders@spotify.com> | 2019-01-21 14:27:57 -0500 |
---|---|---|
committer | Stephen Enders <senders@spotify.com> | 2019-01-21 14:27:57 -0500 |
commit | afe8405f484a7a41668943817645e963817e849f (patch) | |
tree | a6866cee903205bfb20d375e44a4fb7f53fc6146 | |
parent | b59b74dfb4321b126424822d6df821f108956729 (diff) |
Version.txt so browsers can understand
-rwxr-xr-x | deploy.sh | 4 | ||||
-rw-r--r-- | www/version.txt (renamed from www/version.info) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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.txt index c5ce73e..c5ce73e 100644 --- a/www/version.info +++ b/www/version.txt |