Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 572 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 572 Bytes

Jackett hosted on Heroku container

Deploy #Revived

Instructions

Clone this repo in your machine, and use those coomands after install de Heroku CLI

  heroku login
  heroku create your-app-name
  heroku stack:set container
  heroku container:login
  heroku container:push web
  heroku container:release web
  git add
  git commit -m "First Commit"
  git push heroku master