mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
24 lines
939 B
Markdown
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).
|
|
|