Skip to content
Snippets Groups Projects
Commit 96895194 authored by Greg Fodor's avatar Greg Fodor
Browse files

Move pages into latest

parent 6712aa0a
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment