Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

igsm '
igsm '
10,440 Points

WinSCP - connect to a Heroku free server?

Hey! Not sure if what I am asking about is possible but can I connect to Heroku free server with a client like winscp or filezila? I uploaded my app but can't understand how to manage its directory after and how to connect to it even with scp. I am not given IP of the server or anything, just a Git root...

1 Answer

Like you said, Heroku uses git to transfer files, it's very useful as you can switch from different branches to test different versions. If you'd like to upload a python project, make sure to add the dependencies and to use Postgres as your database.

Here is the documentation for python:

https://devcenter.heroku.com/articles/getting-started-with-python#introduction