Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 974 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 974 Bytes

Circle CI

Anycable-Go Buildpack

This is a Heroku buildpack for bundling a compatible anycable-go binary with your environment.

Anycable-Go version (default): 1.3.0

Usage

This buildpack only installs anycable-go binary and should be used in conjunction with other buildpacks (e.g. Ruby).

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:

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