Skip to content

A script to automate deployments using other services

Notifications You must be signed in to change notification settings

agmezr/deploybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploybot


Deploy bot is a simple script made to be run by any service or a cron so you can automate a deployment using a simple approach: wrap your ansible playbook execution and notify the results via slack. This is no substitution for any specific service, it is more of a way to glue components together. You can clone this repository in a host where you need automation or like me, use it in aws by adding it's cloning and crontab insertion on your main bootstrap script.

Dependencies:

  • Python 3.6
  • Ansible 2.4
  • A Slack incoming webhook (optional)
  • Git
  • Virtualenv (desired)

About

A script to automate deployments using other services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published