Commit graph

3 commits

Author SHA1 Message Date
Brad
ce44ddfeca pushing my local branch 2014-06-04 14:25:38 -07:00
Kir Shatrov
5567bb679f Reworked implementation with test coverage 2014-03-25 19:08:05 +04:00
Kir Shatrov
9bd7706ca3 Deployment with Bash command
Using this piece of YAML:
```
deploy:
	bash:
		command: 'bundle exec cap production deploy'
```

Will run Capistrano and deploy your app to production.
You can use any other deployment tool instead of Capistrano.
2014-03-25 19:08:05 +04:00