Open mrrooijen opened 14 years ago
This sounds like a good idea, at the moment I simply make a basic change to one of the files and then push with the webbynode gem. It the pushes the change and then restarts the app.
Of course this can be done with touch tmp/restart.txt
but that requires logging into the server first.
+1
I guess it's similar to the
webbynode restart
, but instead of restarting the whole server, just restart the Rails application?