You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
# Paste this script into the User Data for an ec2 instance (eg in an ASG Launch Configuration) and update the access key id and secret for the s3 bucket you're publishing to
# Output will be found at /var/log/cloud-init-output.log
export BUILD_REF="v1.4.0"
export BUILD_REF_CLEAN=`echo ${BUILD_REF} | sed s,/,.,`