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?
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?
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).
No, you cannot. Using the Git you can manage different version of your code
As a workaround, you can try to Use Dropbox Sync and deploy your app from Dropbox.
UPD: In July 2018 this feature was deprecated.