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.
Release multiple times per day with less issues.

Features¶
The prdeploy application supplies the following features:
Comment commands¶
Post comment commands to manage your deployments without leaving your pull request.

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

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.

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

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

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

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