Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 0f51e51

Browse files
committed
set fly.io build args
1 parent 1279028 commit 0f51e51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fly.toml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ kill_signal = "SIGINT"
55
kill_timeout = 5
66
processes = []
77

8+
[build.args]
9+
COMMIT = "HEAD"
10+
VERSION = "nightly"
811

912
[env]
1013
PORT = "7745"

0 commit comments

Comments
 (0)