Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/eployday
A deploy bot for IRC
https://github.com/steveklabnik/eployday
Last synced: 7 days ago
JSON representation
A deploy bot for IRC
- Host: GitHub
- URL: https://github.com/steveklabnik/eployday
- Owner: steveklabnik
- Created: 2011-09-16T17:11:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-21T04:00:32.000Z (almost 13 years ago)
- Last Synced: 2024-11-27T19:50:10.714Z (26 days ago)
- Language: Ruby
- Homepage: http://steveklabnik.github.com/eployday
- Size: 108 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.