Skip to content

serhiihiba/turbo-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turbo Plus

Superfast deploy Rails applications.

Suggestions

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)

About

Superfast Ruby on Rails deployer. Child of https://github.com/SeedX-Inc/mars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages