mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +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
|
||||
|
||||
RUN echo "{\"tester\": \"${TESTER_KEY}\"}"
|
||||
RUN echo "{\"tester\": \"${TESTER_KEY}\"}" > secret.json
|
||||
|
||||
|
||||
# Building app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user