mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
fix: missing secret.json
This commit is contained in:
parent
f9b89db485
commit
e1d13419ef
@ -18,7 +18,7 @@ RUN printf "NEXT_PUBLIC_COMMIT_HASH=$(git rev-parse HEAD)\nNEXT_PUBLIC_BRANCH=$(
|
|||||||
|
|
||||||
# secret.json
|
# secret.json
|
||||||
|
|
||||||
RUN echo "{\"tester\": \"${TESTER_KEY}\"}"
|
RUN echo "{\"tester\": \"${TESTER_KEY}\"}" > secret.json
|
||||||
|
|
||||||
|
|
||||||
# Building app
|
# Building app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user