You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Action [builds](https://docs.convox.com/deployment/builds) an app based on a [convox.yml](https://docs.convox.com/application/convox-yml) so that app can be deployed on Convox
3
+
4
+
## Inputs
5
+
### `rack`
6
+
**Required** The name of the [Convox Rack](https://docs.convox.com/introduction/rack) you wish to build against.
7
+
### `app`
8
+
**Required** The name of the [app](https://docs.convox.com/deployment/creating-an-application) you wish to build.
9
+
## Outputs
10
+
### `release`
11
+
The ID of the release that is created when the build completes.
0 commit comments