mirror of
https://github.com/kennethreitz-archive/buildpack-fiesta.git
synced 2026-06-21 07:40:59 +00:00
35 lines
590 B
ReStructuredText
35 lines
590 B
ReStructuredText
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
|