begin deploy

Deploy an app environment to Begin

begin deploy
b deploy

Options

-e, --env
Environment name to deploy
--status
Get the status of your last build

Examples

Deploy an app’s only environment

begin deploy
b deploy

Deploy the app environment named staging

begin deploy --env staging
b deploy --env staging