I have currently developed a web app and want to deploy it directly to my vps. Currently my deployment strategy constitutes of the following steps:
- Export a WAR file from eclipse.
- Upload the WAR file using ssh to my webapps directory.
I am looking for a better method to deploy apps to the server directly from eclipse.