As always, we're happy to answer any questions about GitLab.
Heroku offers automatic deploy on linked repos from GitHub. Do you plan to integrate with Heroku to offer similar feature?
However, you can already deploy from GitLab quite easily to Heroku, it just requires a single line in your CI config:
http://docs.gitlab.com/ce/ci/examples/test-and-deploy-ruby-a...