All you have to do is run:
fly ssh console -C "./app/bin/my_app remote"
Where my_app
is the name of your Phoenix application as defined in mix.exs:6
.
defmodule MyApp.MixProject do
use Mix.Project
def project do
[
app: :my_app,
All you have to do is run:
fly ssh console -C "./app/bin/my_app remote"
Where my_app
is the name of your Phoenix application as defined in mix.exs:6
.
defmodule MyApp.MixProject do
use Mix.Project
def project do
[
app: :my_app,