Skip to content

A Github Action to build an app for the Convox platform

Notifications You must be signed in to change notification settings

devopstoday11/action-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

A Github Action to build an app for the Convox platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 73.2%
  • Shell 26.8%