Skip to content

kennethreitz-archive/buildpack-fiesta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Buildpack-Fiesta

Deprecated for ddollar/anvil

A quick and dirty buildpack testing.

Written in bash, just because.

Usage

Deploy a public app with a public buildpack:

$ fiesta git@github.com:kennethreitz/httpbin.git git@github.com:heroku/heroku-buildpack-python.git

Deploy a local app with a public buildpack:

$ fiesta ./httpbin git@github.com:heroku/heroku-buildpack-python.git

Deploy a local app with a local buildpack:

$ fiesta ./httpbin ./python-buildpack

How?

It uploads your stuff to private gists.

Depends on:

  • git
  • curl

About

CLI for buildpack-party. Abuses gist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages