Skip to content

retailzipline/heroku-anycable-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Heroku buildpack for bundling Anycable-Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.6%
  • Makefile 7.4%
  • Dockerfile 6.0%