I have a remote host on an ovh server that I can access with FTP and SSH.
I have a nodeJs backend that runs on this remote server.
I want to build, deploy and run this nodejs server on the remote host from TeamCity.
Actually, I can build the project with TeamCity and it works well, build passing or failing if I have wrong confirations.
Question :
How can I deploy and run my nodejs server , after the building steps, directly within teamcity ?
Thanks for advance