File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ volumes:
8080
8181secrets :
8282 db_password.txt :
83- file : ./secrets/db_password.txt
83+ file : ${HALIDE_BB_MASTER_SECRETS_DIR:- ./secrets} /db_password.txt
8484 github_token.txt :
85- file : ./secrets/github_token.txt
85+ file : ${HALIDE_BB_MASTER_SECRETS_DIR:- ./secrets} /github_token.txt
8686 halide_bb_pass.txt :
87- file : ./secrets/halide_bb_pass.txt
87+ file : ${HALIDE_BB_MASTER_SECRETS_DIR:- ./secrets} /halide_bb_pass.txt
8888 webhook_token.txt :
89- file : ./secrets/webhook_token.txt
89+ file : ${HALIDE_BB_MASTER_SECRETS_DIR:- ./secrets} /webhook_token.txt
9090 buildbot_www_pass.txt :
91- file : ./secrets/buildbot_www_pass.txt
91+ file : ${HALIDE_BB_MASTER_SECRETS_DIR:- ./secrets} /buildbot_www_pass.txt
9292 pypi_htpasswd.txt :
93- file : ./secrets/pypi_htpasswd.txt
93+ file : ${HALIDE_BB_MASTER_SECRETS_DIR:- ./secrets} /pypi_htpasswd.txt
You can’t perform that action at this time.
0 commit comments