Add support for SSH deploy key cloning

This commit is contained in:
2021-10-31 02:11:57 -04:00
parent 54d5837515
commit d366f08a3f
4 changed files with 34 additions and 5 deletions

View File

@ -6,3 +6,4 @@ BB_LISTEN_ADDR="0.0.0.0"
BB_LISTEN_PORT="7999"
BB_AUTH_KEY="I'mALittleTeapot"
BB_CONCURRENCY=1
BB_SSH_KEY="/path/to/deploy/id_ed25519"