Skip to content

brandur/heroku-mono-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

heroku-mono-build

Builds Mono and related packages, assembles them for deployment, and uploads them to S3 for use by heroku-buildpack-mono.

Clone the build repository:

git clone https://github.com/brandur/heroku-mono-build.git
cd heroku-mono-build

Create a Heroku app and store your secrets there:

heroku create heroku-mono-build --buildpack https://github.com/kennethreitz/buildpack-null.git
heroku config:add AWS_ID="..." AWS_SECRET="..." S3_BUCKET="heroku-buildpack-mono"
heroku config:add MONO_VERSION="2.11.1"

Now shell into your new app and kick off a build:

heroku run bash
bin/build-mono && bin/build-xsp

About

Heroku-based build recipe for Mono and XSP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages