/jacketin

Primary LanguageDockerfile

Heroku

Click on the Deploy Button Below

Deploy

OR Via CLI

Clone this repository and use these commands after installing 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

Render

Click on the Deploy Button Below

Deploy to Render

OR Manually (Recommended)

˃ Fork this Repository
˃ Open Render && Create an account
˃ Open Dashboard && Click on new Web Service

˃ Enter URL of your forked repository, if private connect github account

˃ Fill the details

˃ Select Plan & Click on Create Web Service
˃ Grab some coffee & let the deployment complete
˃ Once done Click on the App URL

SUCCESS!