bibendi / heroku-anycable-go

Heroku buildpack for bundling Anycable-Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle CI

Anycable-Go Buildpack

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

Anycable-Go version (default): 0.6.4

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=0.6.4 -a example-app-anycable-rpc
# or with mruby engine
heroku config:set HEROKU_ANYCABLE_GO_VERSION=0.6.4-mrb -a example-app-anycable-rpc

About

Heroku buildpack for bundling Anycable-Go

License:MIT License


Languages

Language:Shell 73.2%Language:Makefile 14.8%Language:Dockerfile 12.1%