From 96895194d7853942fe89f8e29dd6bad0aee00547 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Fri, 13 Jul 2018 00:09:52 +0000 Subject: [PATCH] Move pages into latest --- scripts/hab-build-and-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh index 81e3624a0..af20058b3 100755 --- a/scripts/hab-build-and-push.sh +++ b/scripts/hab-build-and-push.sh @@ -32,4 +32,4 @@ mkdir build/pages mv build/*.html build/pages aws s3 sync --acl public-read --cache-control "max-age=31556926" build/assets "$TARGET_S3_URL/assets" -aws s3 sync --acl public-read --cache-control "no-cache" --delete build/pages "$TARGET_S3_URL/pages" +aws s3 sync --acl public-read --cache-control "no-cache" --delete build/pages "$TARGET_S3_URL/pages/latest" -- GitLab