Skip to content
play

GitHub Action

Convox Build

v2.3.0 Latest version

Convox Build

play

Convox Build

Build a Convox app

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Convox Build

uses: convox/[email protected]

Learn more about this action in convox/action-build

Choose a version

Convox Build Action

This Action builds an app based on a convox.yml so that app can be deployed on Convox

Inputs

rack

Required The name of the Convox Rack you wish to build against.

app

Required The name of the app you wish to build.

cached

Optional Whether to utilise the docker cache during the build. Defaults to true.

description

Optional Allow setting description for a build.

Outputs

release

The ID of the release that is created when the build completes.

Example usage

uses: convox/action-build@v1
with:
  rack: staging
  app: myapp