Remove nafarious content from deployment

This commit is contained in:
Brandon Keepers
2017-08-07 15:04:42 -05:00
parent 8aece73727
commit fa6863aefa

View File

@@ -2,23 +2,7 @@
next: docs/best-practices.md
---
# Deploy
## Publishing your bot
Plugins can be published in npm modules, which can either be deployed as stand-alone bots, or combined with other plugins.
Use [create-probot-plugin](https://github.com/probot/create-probot-plugin) to get started building your plugin as a node module.
```
$ npm install -g create-probot-app
$ create-probot-plugin my-plugin
$ cd my-plugin
$ npm install
```
---
# Deployment
Every plugin can either be deployed as a stand-alone bot, or combined with other plugins in one deployment.