'Scaling dynos... ! ▸ Couldn't find that process type (web). ERROR with DEPLOYMENT

I am attempting to deploy a project and have been met with a couple errors. I first checked my logs running: heroku logs --tail

which then ran error codes H14.

After researching I came to a solution of running

heroku ps:scale web=1

which then gives me the error of

Scaling dynos... !
 ▸    Couldn't find that process type (web).

My ProcFile looks like this

web: gunicorn takeitorleaveit.wsgi
release: python manage.py migrate


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source