Files
probot.github.io/_apps/deploy.md
Brandon Keepers cf537874e5 Sync data
2019-01-17 22:02:31 +00:00

24 lines
939 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: 14
updated: 2018-12-11 08:50:16 UTC
installations: 14
organizations:
- helaili
- 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).