superawesomelabs/leo

leo build

Closed this issue · 2 comments

Right now, everything is done through leo develop, we should implement a production pipeline whose purpose is optimization and deployment. Perhaps leo ship.

leo ship will set some env vars which can be checked for by users. Such as LEO_ENV. This is especially useful for conditionally including content in a custom html.js, such as Google Analytics.

leo build more accurately describes the action. A deploy action could be included with leo build --deploy

Build command included in #172