Skip to content

Simple continuous deployment server for github webhooks

License

Notifications You must be signed in to change notification settings

ribbondev/ribboncd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎀 / ribbon.cd

An easy-to-use, minimalist continuous deployment server for github webhooks. linux windows nim github

(also known as a lazy way to remote git pull when you click a release button)

Features

  • Listen for github release webhook payloads
  • Authenticate github payloads by their secret token
  • Perform arbitrary shell commands in response to github activity
  • Intuitive yaml based configuration

Build requirements

Quickstart

# clone to target deployment server
git clone https://github.com/ribbondev/ribboncd
cd ribboncd

# install nim dependencies
task install

# build executable
task build

# run the unit tests
task test

# create configuration file
cp ribboncd.example.conf.yml ribboncd.conf.yml
# edit me

# run executable
task run

# bundle release
task release
# install me

# remove generated files
task clean

Configuration

See ribboncd.example.conf.yml for a documented example

About

Simple continuous deployment server for github webhooks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages