Created
May 3, 2016 15:52
-
-
Save JMSwag/cbf6dde292f5013463de01cdcc8a8aa3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[master 4546f78] ... | |
1 file changed, 1 insertion(+) | |
Counting objects: 3, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
-----> Cleaning up... | |
-----> Building tt from herokuish... | |
-----> Adding BUILD_ENV to build environment... | |
remote: setuidgid: fatal: unable to run /tmp/buildpacks/emberjs/bin/detect: access denied | |
-----> Python app detected | |
$ pip install -r requirements.txt | |
--- | |
config_vars: | |
addons: | |
- heroku-postgresql | |
-----> Discovering process types | |
Procfile declares types -> web, worker, beat | |
-----> Releasing tt (dokku/tt:latest)... | |
-----> Deploying tt (dokku/tt:latest)... | |
-----> Attempting to run scripts.dokku.predeploy from app.json (if defined) | |
-----> App Procfile file found (/home/dokku/tt/DOKKU_PROCFILE) | |
-----> DOKKU_SCALE file found (/home/dokku/tt/DOKKU_SCALE) | |
=====> web=1 | |
=====> worker=1 | |
=====> beat=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment