Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Direct FTP access to Heroku?

Instead of having to go through a convoluted push process that takes several minutes to complete every time I make a minor change, I'd like direct FTP access to my files on the Heroku server.

Is this possible?

like image 711
Luke Avatar asked Jul 03 '13 14:07

Luke


1 Answers

No, it is not possible. While directly pushing with FTP is more simple, it is a fragile means of deploying code and managing applications (hard to track what was done, difficult to reproduce or manage rollbacks, etc).

like image 55
catsby Avatar answered Sep 18 '22 07:09

catsby