Files
probot.github.io/_apps/deploy.md
Brandon Keepers 485cb5ab5e Sync data
2018-11-17 21:32:27 +00:00

23 lines
920 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: 8
updated: 2018-11-05 17:16:30 UTC
installations: 8
organizations:
- helaili
- mdelagrange
- logikinc
---
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).