smartchicago / chicagoworksforyou

A citywide dashboard with ward-by-ward views of service delivery in Chicago. Includes complete API. Built using Chicago Open311 data.
http://www.chicagoworksforyou.com
MIT License
17 stars 6 forks source link

adding production s3 bucket to Makefile #177

Closed cgansen closed 11 years ago

cgansen commented 11 years ago

This adds the production bucket to the Makefile, closing #167

Deploying frontend code to production is simply a matter of make production. Files will be available at http://cwfy-production.smartchicagoapps.org/#/

By convention, you should deploy from the master branch, and all changes to be deployed should be merged into that branch from development.

santheo commented 11 years ago

Todo is done. Jekyll is ready to go with production. Merge at will.

cgansen commented 11 years ago

@santheo awesome, thank you.