mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-20 21:04:17 +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,
|
||||
restart: %{policy: "no"},
|
||||
env: env,
|
||||
metadata: %{livebook_runtime: true}
|
||||
metadata: %{livebook_runtime: "true"}
|
||||
}
|
||||
|
||||
case Livebook.FlyAPI.create_machine(
|
||||
|
|
Loading…
Reference in a new issue