heroku-headless icon indicating copy to clipboard operation
heroku-headless copied to clipboard

push from your git repo to a heroku app without any external configuration

Results 4 heroku-headless issues
Sort by recently updated
recently updated
newest added

While pushing to a brand new heoku app (first ever push to it), this error happens: - bundle exec rake deploy creating ssh key ... DONE adding ssh key ......

**So that** I can deploy known good builds in a CD pipeline **As a** devops person configuring CI **I want** to be able to specify a specific commit to deploy...

undefined local variable or method `source_secrets' for #HerokuHeadless::DisposableDeployer:0x00000001496898 (NameError) https://github.com/moredip/heroku-headless/blob/master/lib/heroku-headless/disposable_deployer.rb#L9 I looked back in the history, didn't see it.

I have a setting in which I make configuration changes on the travis server which need to be committed to heroku. For this I need the possibility to pull and...