Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Bogdanp/heroku-buildpack-racket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

heroku-buildpack-racket

This is a modified version of Alexis King's Racket buildpack for Heroku tailored to koyo applications.

Setup

$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-nodejs   # optional, to build static assets
$ heroku buildpacks:add https://github.com/Bogdanp/heroku-buildpack-racket
$ heroku config:set RACKET_APP_NAME=your-app-name
$ heroku config:set RACKET_VERSION=7.6

Configuration

Procfile:

web: /app/run

About

A Heroku buildpack for deploying koyo apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%