Skip to content

HeroCoders/heroku-buildpack-cdn-manifest

This branch is 3 commits ahead of arkency/heroku-buildpack-cdn-manifest:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 7, 2024
2693d58 · Mar 7, 2024

History

17 Commits
Mar 7, 2024
Mar 7, 2024
Feb 8, 2022
Feb 23, 2022

Repository files navigation

heroku-buildpack-cdn-manifest

Download asset manifest file from CDN host connected to Digital Ocean Spaces. Asset manifest maps filenames with their digested counterparts. It is need on Heroku side, when your digested assets are served solely from CDN asset host.

Prerequisites

$ heroku buildpacks:add https://github.com/arkency/heroku-buildpack-cdn-manifest
$ heroku config:add AWS_ACCESS_KEY_ID=...
$ heroku config:add AWS_SECRET_ACCESS_KEY=...
$ heroku config:add AWS_REGION=...
$ heroku config:add AWS_BUCKET=...
$ heroku config:add ASSET_MANIFEST_PATH=...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%