/yala

Primary LanguageJavaScript

#yala

yala is a deployment system based on git-hooks that enables you to deploy your node apps using git

Installation

On the server

sudo npm install -g yala
yala create [app-name]

On your development machine

git remote add server ssh://public_ip/path #this is specified when you create it with yala
git push server master

Pull-Requests

I love them <3 so don't be scared to send them, you can allways the issue tracker to express your ideas or if you found a bug

Contact