Apparently # --dry-run in an argument for a command doesn't actually comment out the argument. When code changes were pushed dry-run mode was enabled and compiled assets like CSS and JavaScript weren't actually synced to Amazon S3 and served via the CDN.
I've made changes to both servers for now but this needs to be addresses the next time we bake a new AMI.
Apparently
# --dry-run
in an argument for a command doesn't actually comment out the argument. When code changes were pusheddry-run
mode was enabled and compiled assets like CSS and JavaScript weren't actually synced to Amazon S3 and served via the CDN.I've made changes to both servers for now but this needs to be addresses the next time we bake a new AMI.