Add .drawbridgerc file (#1540)

This commit is contained in:
Danny Skubak 2018-04-16 21:58:27 -04:00 committed by Daniel Ternyak
parent 699e4d6fa9
commit e58ccc0126
1 changed files with 13 additions and 0 deletions

13
.drawbridgerc Normal file
View File

@ -0,0 +1,13 @@
{
"environments": {
"develop": {
"gitUrl": "git@github.com:MyCryptoHQ/MyCrypto.git",
"distFolder": "dist/prod",
"buildCommand": "yarn && npm run build"
},
"beta": {
"gitUrl": "git@github.com:MyCryptoHQ/MyCrypto-Beta.git",
"distFolder": "docs"
}
}
}