leo build
Closed this issue · 2 comments
ChristopherBiscardi commented
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.
ChristopherBiscardi commented
leo build
more accurately describes the action. A deploy action could be included with leo build --deploy
ChristopherBiscardi commented
Build command included in #172