Skip to content

tps12/tripping-sansa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying to Heroku

$ ./configure HEROKU_APP_NAME=sleepy-hollow-31337
$ make deploy

This builds the main app using the dependencies in vendor/, putting the resulting binaries in _vendor/ under a directory named for the git commit hash.

This is then initialized as a new git repo and force-pushed to the heroku app specified in the configure step.

The targeted heroku remote must have already been set up with

$ heroku config:add BUILDPACK_URL=https://github.com/ryandotsmith/null-buildpack
$ heroku config:add LD_LIBRARY_PATH=/app/lib

and everything should work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages