With this Gitdeploy gem, you can easily push your build folder to a Gitdeploy setup.
Add this line to your application's Gemfile:
gem 'gitdeploy', git: 'git@git.vela:velaluqa/gitdeploy.git'
or
gem 'gitdeploy', git: 'https://git.velalu.qa/velaluqa/gitdeploy.git'
And then execute:
$ bundle
TODO: Write usage instructions here