Capistrano for Java?

前端 未结 6 1774
别那么骄傲
别那么骄傲 2021-01-30 07:42

I\'m a big fan of Capistrano but I need to develop an automated deployment script for a Java-only shop. I\'ve looked at Ant and Maven and they don\'t seem to be well geared tow

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-30 08:15

    Capistrano could deploy all the web basic application. Deployments for the different language are almost the same:

    1. update code
    2. push the code to production server
    3. prepare the configuration files for this deployment
    4. restart server. (thin, nginx, tomcat)

    in my company, we use Capistrano to deploy java, Vuejs, php, ruby , python applications.

提交回复
热议问题