Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsthatguy/heroku-buildpack-firepit
https://github.com/itsthatguy/heroku-buildpack-firepit
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsthatguy/heroku-buildpack-firepit
- Owner: itsthatguy
- Created: 2015-03-13T02:23:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T02:28:05.000Z (over 9 years ago)
- Last Synced: 2024-04-08T16:21:31.153Z (7 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku buildpack: firepit
This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for [firepit](http://google.com/?q=firepit).
[![Build Status](https://secure.travis-ci.org/itsthatguy/heroku-buildpack-firepit.png?branch=master)](http://travis-ci.org/itsthatguy/heroku-buildpack-firepit)
## Usage
Example usage:
$ ls
hello.txt$ heroku create --stack cedar --buildpack https://github.com/itsthatguy/heroku-buildpack-firepit
$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> firepit app detectedHacking
-------To make changes to this buildpack, fork it on Github. Push up changes to your fork, then create a new Heroku app to test it, or configure an existing app to use your buildpack:
```
# Create a new Heroku app that uses your buildpack
heroku create --buildpack# Configure an existing Heroku app to use your buildpack
heroku config:set BUILDPACK_URL=# You can also use a git branch!
heroku config:set BUILDPACK_URL=#your-branch
```## Testing
```
./test-in-docker
```For more info on testing, see [Best Practices for Testing Buildpacks](https://discussion.heroku.com/t/best-practices-for-testing-buildpacks/294) on the Heroku discussion forum.