1

I have a deployment script running from Envoy on a Laravel project. The script is a heavily modified version of https://github.com/nickfan/envoy-deployscript.

Deployments are run locally to multiple servers and Envoy handles this well. However, I have been asked to move deployments over to Jenkins.

Can I run the Envoy script from Jenkins or should I concentrate on rewriting the entire release deployment script?

Any wisdom is welcome.

DrKHunter
  • 424
  • 5
  • 15

1 Answers1

0

If you add envoy command to "Execute shell" under "Build", you will be able to run envoy script on Jenkins.

smchae
  • 1,035
  • 3
  • 17
  • 39