https://github.com/anycable/heroku-anycable-go
Heroku buildpack for bundling Anycable-Go
https://github.com/anycable/heroku-anycable-go
anycable heroku-buildpack
Last synced: about 1 year ago
JSON representation
Heroku buildpack for bundling Anycable-Go
- Host: GitHub
- URL: https://github.com/anycable/heroku-anycable-go
- Owner: anycable
- License: mit
- Created: 2017-07-05T10:34:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T19:42:47.000Z (about 1 year ago)
- Last Synced: 2025-04-21T20:42:37.861Z (about 1 year ago)
- Topics: anycable, heroku-buildpack
- Language: Shell
- Size: 40 KB
- Stars: 18
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/anycable/heroku-anycable-go/tree/master)
# Anycable-Go Buildpack
This is a [Heroku buildpack][0] for bundling a compatible [anycable-go][1]
binary with your environment.
Anycable-Go version (default): `1.6.1`
## Usage
This buildpack only installs `anycable-go` binary and should be used in conjunction with other buildpacks (e.g. Ruby).
```bash
heroku buildpacks:add https://github.com/anycable/heroku-anycable-go
```
### Anycable-Go Version
To specify custom version of `anycable-go` use `HEROKU_ANYCABLE_GO_VERSION` environment variable, for example:
```sh
heroku config:set HEROKU_ANYCABLE_GO_VERSION=1.0.0 -a example-app-anycable-rpc
# or with mruby engine
heroku config:set HEROKU_ANYCABLE_GO_VERSION=1.0.0-mrb -a example-app-anycable-rpc
```
[0]: http://devcenter.heroku.com/articles/buildpacks
[1]: https://github.com/anycable/anycable-go