Skip to content

twistly/heroku-buildpack-caddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Heroku buildpack: Caddy

This is a Heroku buildpack that runs Caddy.

Usage

Example usage:

$ ls
Caddyfile

$ heroku create --buildpack http://github.com/twistly/heroku-buildpack-caddy.git

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> Caddy app detected
-----> Found a Caddyfile

The buildpack will detect that your app has a Caddyfile in the root and start caddy with that config file. To build your Single page app, etc. please use another build pack before this one.

About

Heroku Buildpack for Caddyserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages