TulaUnogi / cat-beans-cafe

A full stack portfolio project
2 stars 4 forks source link

USER STORY: DEPLOYMENT #16

Open TulaUnogi opened 10 months ago

TulaUnogi commented 10 months ago

As a Developer I can deploy the website early, so I can avoid additional stress and technical issues in the moment of the project submission

Acceptance criteria:

The project must be deployed to Heroku

Tasks:

TulaUnogi commented 10 months ago

When trying to deploy to Heroku for the first time I got a collectstatic error which resulted in the failure of a deployment. After realising that I forgot to set up the static files and fixing that mistake I managed to deploy the app successfully.

TulaUnogi commented 10 months ago

(From 'finished' back to 'in progress') As advised by my mentor Narender I should connect Cloudinary for hosting static files

TulaUnogi commented 10 months ago

After connecting to Cloudinary Heroku build failed, disabled collectstatic temporarily and build was successful