Closed SNathJr closed 5 years ago
I finally managed to configure cloudinary properly. I forked @cobyism's ghost-on-heroku repository and have created a one click deploy to heroku button with cloudinary support. It can be found at https://github.com/SNathJr/ghost-on-heroku
@SNathJr
I have been trying to add the storage module before pushing to heroku and did as mentioned in readme of this repo. While attempting
git push heroku master
I got an error from heroku saying:I did visit the mentioned url and got a suggestion to remove one of the lock files. Now I know I can not delete
yarn.lock
otherwise my ghost blog wont deploy, and if I deletepackage-lock.json
ghost will build without the cloudinary storage adapter.Any suggestions how to fix this?