Superfast deploy Rails applications.
Copy file from server to local computer (Mac OS)
scp deployuser@myapp.com:/home/deployuser/filename /Users/localuser/Desktop/filename
insert this in .bash_profile file ->>>>> source "$HOME/turbo-plus/app.bash"
Connect to some host is easy now:
# Set in file -> ~/.ssh/config
$ ssh best_server_name
# copying files and folders from your app to -> ~/apps/currentfoldername
$ turbo send
# setups jobs for deploy
# you should to still stay in your git downloaded folder
$ turbo build
# restart nginx or sidekiq
# you should to still stay in your git downloaded folder
$ turbo restart ng (sq)