Closed cgansen closed 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/#/
make production
By convention, you should deploy from the master branch, and all changes to be deployed should be merged into that branch from development.
Todo is done. Jekyll is ready to go with production. Merge at will.
@santheo awesome, thank you.
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.