mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-22 05:48:31 +08:00
Fix Fly machine metadata
This commit is contained in:
parent
d9a47b8845
commit
4ede27ca69
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ defmodule Livebook.Runtime.Fly do
|
||||||
auto_destroy: true,
|
auto_destroy: true,
|
||||||
restart: %{policy: "no"},
|
restart: %{policy: "no"},
|
||||||
env: env,
|
env: env,
|
||||||
metadata: %{livebook_runtime: true}
|
metadata: %{livebook_runtime: "true"}
|
||||||
}
|
}
|
||||||
|
|
||||||
case Livebook.FlyAPI.create_machine(
|
case Livebook.FlyAPI.create_machine(
|
||||||
|
|
Loading…
Reference in a new issue