Skip to content

convox/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

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