Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 492 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 492 Bytes

job search poc

Heroku cli deployment

Install cli

Login with heroku credentials

heroku login -i

Create remote repository

heroku git:remote -a jobsearchro

Commit local changes

git commit -m "add a descriptive message here"

Push into the heroku remote

git push heroku main

Heroku container deployment

Login to container registry

heroku container:login

Build container

heroku container:push web -a jobsearchro-container