Skip to content

markpundsack/heroku-buildpack-opa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Opa

This is a Heroku buildpack for Opa apps.

Usage

Example usage:

$ ls
Procfile  package.json  web.js

$ heroku create --stack cedar --buildpack http://github.com/markpundsack/heroku-buildpack-opa.git

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> Opa app detected
-----> Vendoring opa 1.0.687

The buildpack will detect your app as Opa if it has any *.opa files in the root. It will vendor a version of the Opa tools into your slug and compile the .opa files into an executable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%