Files
probot.github.io/_apps/deploy.md
Brandon Keepers 3bf40dcd99 Sync data
2018-12-15 21:51:28 +00:00

25 lines
951 B
Markdown

---
title: Deploy
description: Triggers a deployment event on GitHub based on pull request labels.
slug: deploy
screenshots:
- https://user-images.githubusercontent.com/2787414/44789192-3f4c1a00-ab9c-11e8-9093-353dfbe1bc1e.gif
authors:
- helaili
repository: helaili/deploy
host: https://probot-deploy-dotcom.now.sh
stars: 13
updated: 2018-12-11 08:50:16 UTC
installations: 13
organizations:
- helaili
- philoserf
- logikinc
- mdelagrange
- BadIdeaFactory
---
This app uses GitHub's deployment API and triggers a deployment event when a matching label is applied to a Pull Request.
Note that this app doesn't actually deploy anything, it just triggers a deployment request which will be forwarded to any webhook listening to the deploy event on your repo or on your organization. Check GitHub's [deployment API](https://developer.github.com/v3/repos/deployments/) for more information (this app would be the *Tooling* box on the sequence diagram).