Skip to content

Latest commit

 

History

History

10-production-deployment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

CF Class 10: Production & Deployment

Overview

The focus of this class is on with development and production environments. We'll look at Heroku, the deployment process, configuration of environment variables, and general issues that can arise during the deployment phase of a project. We'll also discuss development, production, and feature branches and how they are used in collaborative development.

Readings

Learning Objectives

  • Be able to push a dev site to production, so the world can see it.
  • Understand the difference between a static page and a dynamically generated app page.