Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.1 KB

Github Actions for Convox

This repository contains links to a set of Github Actions to be used with the Convox Platform. If you Install a Convox Rack using the cloud provider of your choice and create a convox.yml to describe your application and its dependencies you can use these actions to create a complete CI/CD pipeline

Actions

Authenticates your Convox account. You should run this action as the first step in your workflow

Builds and Promotes and App in one step

Builds an App and creates a release which can be promoted later

Runs a command (such as a migration) using a previously built release before or after it is promoted

Promotes a release