Skip to content

Instantly share code, notes, and snippets.

@rcreasey
Created December 17, 2015 19:12
Show Gist options
  • Save rcreasey/28037d8532bc475cd936 to your computer and use it in GitHub Desktop.
Save rcreasey/28037d8532bc475cd936 to your computer and use it in GitHub Desktop.
» git push dokku master --force
Warning: Permanently added '10.40.179.53' (ECDSA) to the list of known hosts.
Counting objects: 185, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (91/91), done.
Writing objects: 100% (185/185), 30.52 KiB | 0 bytes/s, done.
Total 185 (delta 80), reused 185 (delta 80)
-----> Cleaning up...
-----> Building rcreasey-python-getting-started from herokuish...
-----> Adding BUILD_ENV to build environment...
-----> Python app detected
-----> Installing runtime (python-2.7.9)
! Requested runtime (python-2.7.9) is not available for this stack (cedar-14).
! Aborting. More info: https://devcenter.heroku.com/articles/python-support
To dokku@10.40.179.53:rcreasey-python-getting-started
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'dokku@10.40.179.53:rcreasey-python-getting-started'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment