Skip to content

Simple continuous delivery for GitHub. Open source version.

License

Notifications You must be signed in to change notification settings

imella/deliverybot

 
 

Repository files navigation

deliverybot

Complete deployment automation for GitHub. https://deliverybot.dev

Features

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.

Setup

# Install dependencies
yarn install

# Run typescript
yarn run build

# Run the bot
yarn start

Contributing

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.

License

MIT © 2019 Deliverybot (https://github.com/deliverybot/deliverybot)

About

Simple continuous delivery for GitHub. Open source version.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.7%
  • Other 1.3%