Skip to content

steveklabnik/eployday

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SM Deploy IRC Bot

IRC boot for automatic triggerring sm deploy.

Installation

On server:

gem install eployday

Example for auto deploy on travis-ci tests passed rvm-site.yml:

---
nick: rvm-site-deploy
channels:
  - "#rvm-test"
trigger_text: !ruby/regexp /.*The build passed\..*/
allowed_users:
  - travis-ci
command: "bdsm deploy"

Test run:

eployday rvm-site.yml

Start in background with:

nohup eployday rvm-site.yml &

Log file will be stored in nohup.out.

Development

Development:

RUBYLIB=./lib ruby bin/eployday example.yml

example.yml is ignored so you can use it development.

About

A deploy bot for IRC

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages