Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:pain
> ./elixir_buildpack.config
Lenses
(coming soon!)
#!/bin/env bash
erlang_version=26.0.1
elixir_version=1.15.4
# always_rebuild=false # Always rebuild from scratch on every deploy?
# release=false # Create a release using `mix release`? (requires Elixir 1.9)
# hook_pre_fetch_dependencies="pwd" # A command to run right before fetching dependencies
# hook_pre_compile="pwd" # A command to run right before compiling the app (after elixir, .etc)
# hook_compile="mix compile --force --warnings-as-errors"
hook_post_compile="eval mix assets.deploy && rm -f _build/esbuild*"
# runtime_path=/app # Set the path the app is run from
# test_args="--cover" # Enable or disable additional test arguments