I am working on a Dreamhost server with Rails 2.3.5.
Every time I make changes to the site, I need ssh to the site, delete all files, upload a zip file containing all the new files for the site, unzip this file, transfer the database and go.
Something tells me a faster way to deploy rails applications. I use Mac Time Machine to track various versions of my applications. I know git track files, but I really donβt know how to work with it to deploy my applications, since the passenger takes care of me all the magic.
What will be a faster way to deploy my applications (and avoid the downtime associated with my method when deleting all files on the server)?
Thanks!
source share