Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superfly/fly-heroku-buildpack
Heroku buildpack that automatically connects apps to Fly.io
https://github.com/superfly/fly-heroku-buildpack
backend heroku-buildpack
Last synced: 27 days ago
JSON representation
Heroku buildpack that automatically connects apps to Fly.io
- Host: GitHub
- URL: https://github.com/superfly/fly-heroku-buildpack
- Owner: superfly
- Created: 2017-02-15T22:14:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T00:31:23.000Z (almost 8 years ago)
- Last Synced: 2025-01-11T12:18:42.420Z (about 1 month ago)
- Topics: backend, heroku-buildpack
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fly Heroku Buildpack
Connects any Heroku app to Fly.io network.
## How to get started
Add a new backend on https://app.fly.io/ if you haven't already. You'll need the auth token.
Add a buildpack to your app and configure it:
```
heroku buildpacks:add https://github.com/superfly/fly-heroku-buildpack
heroku config:set FLY_TOKEN=
```Deploy your changes:
```
git push heroku master
```Your Fly backend should now be proxying traffic to your Heroku app. You can use one of the *.shw.io preview links to test that.
Once your app is set-up on Fly, you can stop the ingress traffic to your dyno by changing the process name in the _Procfile_ from `web` to something else.
You can find more details at https://fly.io/docs