An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Circle CI](https://circleci.com/gh/anycable/heroku-anycable-go/tree/master.svg?style=svg)](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