Complete deployment automation for GitHub. https://deliverybot.dev
Deployment automation:
- Automatic deployments on master or specific branches.
- Wait for status checks to pass before deploying.
- Review environments using
/deploy
commands in pull requests. - Validate a deploy has succeeded before merging.
# Install dependencies
yarn install
# Run typescript
yarn run build
# Run the bot
yarn start
If you have suggestions for how deliverybot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
MIT © 2019 Deliverybot (https://github.com/deliverybot/deliverybot)