Hey guys,
Im kind of new into this world of deployment, ci and etc.
I developed an application which every time that I make a change on it I have to login into my droplet using ssh, and do something like a git pull in...
I have an ruby with sinatra application, and Im trying to run the server with unicorn.
Im using the command:
service unicorn restart
service ngnix restart
and in my logs I get:
``
/usr/local/rvm/rubies/ruby-2.1.3/li...