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

Fix

parent cc6cba2d
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ pipeline {
sh "/usr/bin/script --return -c ${shellString(habCommand)} /dev/null"
sh "aws s3 sync --acl public-read --cache-control max-age=31556926 build/assets $(shellString(s3AssetsDestination))"
sh "aws s3 sync --acl public-read --cache-control no-cache --delete build/pages $(shellString(s3PagesDestination))"
sh "aws s3 sync --acl public-read --cache-control max-age=31556926 build/assets ${shellString(s3AssetsDestination)}"
sh "aws s3 sync --acl public-read --cache-control no-cache --delete build/pages ${shellString(s3PagesDestination)}"
}
}
}
......
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