Skip to content

Introduction

GitHub App that allows the entire build-deploy lifecycle to happen within a feature branch. If any problems are found in the deployment, a new commit is done and rolled through without needing multiple PRs.

Logo

Release multiple times per day with less issues.

Feature Branch Deployments

Features

The prdeploy application supplies the following features:

Comment commands

Post comment commands to manage your deployments without leaving your pull request.

Deploy comment command

prdeploy portal

Use the prdeploy portal dashboard to overview releases and deployment queues and act on them.

prdeploy deployments

Microservice deploy

Using a monorepo, the Microservice deploy determines which services to deploy within a pull requests, and keeps each environment in sync with a stable release to production.

Combined deploy workflow

Slack notifications

Automated Slack notifications for posting events to keep your process moving.

Slack deploy notification

Associate JIRA links update your pull request with a link to each issue in the branch name.

JIRA issue link

Deployment queues

The deployment queues organize environment use by putting a pull request in waiting.

Deployment queue comment

Getting started

To get started with your own hosted prdeploy app, you can follow the Getting started section.