due to problems with the IT services on my clients site I have to deploy by hand to our ubuntu host system. We usually deploy our rails apps on the clients system with Capistrano. Since the installation of a new firewall and the incompetence to open more than port 80 within the next 5 days I need to deploy a rails app by hand..
And honestly I have no clue how to do that.
I can access the host with admin rights via ssh, and I'm also able to scp my code.
My plan would be to replace the code within the "site/current" folder with my code from my master branch. So I replace everything beside the shared folders with my code and hope it works...
I'll run the rake tasks, restarting bluepill, sidekiq, reindexing elasticsearch and so on by hand.
Is there a config file by Capistrano or anything else I'll have to change beside the database.yml?
Thanks a lot for your help in advance.
Kind regards Oliver