Advertisement
Guest User

Untitled

a guest
Feb 27th, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. $ git push heroku
  2. Enumerating objects: 1, done.
  3. Counting objects: 100% (1/1), done.
  4. Writing objects: 100% (1/1), 210 bytes | 210.00 KiB/s, done.
  5. Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
  6. remote: Compressing source files... done.
  7. remote: Building source:
  8. remote:
  9. remote: -----> Building on the Heroku-20 stack
  10. remote: -----> Python app detected
  11. remote: -----> No change in requirements detected, installing from cache
  12. remote: -----> Installing pip 20.1.1, setuptools 47.1.1 and wheel 0.34.2
  13. remote: -----> Installing SQLite3
  14. remote: -----> Installing requirements with pip
  15. remote: -----> pgbouncer app detected
  16. remote: Using pgbouncer version: 1.14.0
  17. remote: -----> Fetching and vendoring pgbouncer into slug
  18. remote: -----> Moving the configuration generation script into app/bin
  19. remote: -----> Moving the start-pgbouncer script into app/bin
  20. remote: -----> Moving the (legacy) start-pgbouncer-stunnel script into app/bin
  21. remote: -----> Moving the use-pgbouncer script into app/bin
  22. remote: -----> pgbouncer done
  23. remote: -----> Discovering process types
  24. remote: Procfile declares types -> web
  25. remote:
  26. remote: -----> Compressing...
  27. remote: Done: 74.7M
  28. remote: -----> Launching...
  29. remote: Released v124
  30. remote: https://<project-name>.herokuapp.com/ deployed to Heroku
  31. remote:
  32. remote: Verifying deploy... done.
  33. To ssh://heroku.com/<project-name>.git
  34. 5d0407e..6b07683 master -> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement