I am currently building a web app using rails and react and deployed on Jelastic. I made some changes since the last deployment, and I would like to deploy them.
So I clicked on the Update from git.
Then I ran "Bundle install" an "rails db:migrate". The migrations were applied, but when i went back to the appsite. The site was not updated. So I tried to restart the application node, but it did not work either.
I think I may need to restart the rails server, but I do not know how...

