I have several rake tasks combined into one rake command. Just wondering is it possible to have one command run the “bundle install” within a rake task ?
Or other way around ?
So when I deploy my rails app to a new server all I need to do is just run one command and it will grab all the dependencies and migrate databases settings.yaml files etc
you can chained your command with &&
For example :
It’s poor response but it’s work 😉
Obviously you can make your script
vi ./scripts/deploy.sh