cobyism / ghost-on-heroku

One-button Heroku deploy for the Ghost blogging platform.
MIT License
743 stars 686 forks source link

How does the file under content/adapters/storage/s3 gets replaced by the directory under /node-modules? #172

Open Artenes opened 5 years ago

Artenes commented 5 years ago

Question: when this repo gets deployed, the file content/adapters/storage/s3 gets replaced by the directory it points in its content. I would like to know how this is done so I can add a new adapter in the same fashion, so it gets replaced when deployed.

Searched for the whole project and inside some node_modules to see any direct reference to the content/adapters/storage/s3. Also added a new file with another path to see if it got replaced, but nothing happens. Do I need to register these files to be replaced somewhere?