Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 249 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 249 Bytes

jenkins-heroku

Jenkins war file for heroku deployment. [ For running jenkins-ci on heroku.]

Steps to deploy a war file on heroku,

  • Install heroku-deploy plugin
  • $ heroku deploy:war --war <path_to_war_file> --app <app_name>