spiritedmedia / systems

Code and documentation for building, deploying, and serving code.
1 stars 1 forks source link

Remove '--dry-run' argument from deploy-production.sh #16

Closed kingkool68 closed 7 years ago

kingkool68 commented 7 years ago

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.

kingkool68 commented 7 years ago

Also run the following: sudo pip install --upgrade awscli so the AWS cli is available to root.