ionic deploy build
Create a deploy build on Appflow
This command creates a deploy build on Ionic Appflow. While the build is running, it prints the remote build log to the terminal.
Customizing the build:
- The
--environment
and--channel
options can be used to customize the groups of values exposed to the build.
Apart from --commit
, every option can be specified using the full name setup within the Appflow
Dashboard.
Examples
Options
--environment=<name> | |
---|---|
Description | The group of environment variables exposed to your build |
--channel=<name> | |
Description | The channel you want to auto deploy the build to. This can be repeated multiple times if multiple channels need to be specified. |
Advanced Options
--commit=<sha1> | |
---|---|
Description | Commit (defaults to HEAD) |