mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-11 14:42:39 +08:00
Fix Fly machine metadata
This commit is contained in:
parent
c880d337c5
commit
02bc0a5261
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…
Add table
Reference in a new issue