-1

I am using jenkins for continuous deployment ,is it possible to deploy the single on to multiple servers ?

Sidhartha
  • 988
  • 4
  • 19
  • 39

1 Answers1

0

Yes, you can either use scripts or plugins in Jenkins to do this, or use something like octopus deploy to deploy the application. What works best for you depends on the the requirements for the application and servers you have.

  • If you have any link as reference ,please share ! – Sidhartha Apr 11 '17 at 09:33
  • [With jenkins pipeline.](https://medium.com/@evasilchenko/continuous-deployment-of-django-applications-part-1-e3bc332bcbaf) [Octupus deploy with python application.](https://www.linkedin.com/pulse/octopus-deploy-python-bruce-van-horn?articleId=6980875186061122022) If you want more specific, it is a lot of easily searchable guides on google. – Matias Snellingen Apr 11 '17 at 09:41