fix config namespace, simplify alias after deployment

This commit is contained in:
Matthias Kretschmann 2017-06-07 16:32:26 +02:00
parent b68f4d8f45
commit cd4035e1dd
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 7 additions and 5 deletions

View File

@ -27,8 +27,10 @@
"test-listen": "^1.0.2",
"xo": "^0.18.2"
},
"alias": "bigchaindb-github.now.sh",
"env": {
"NODE_ENV": "production"
"now": {
"alias": "bigchaindb-github.now.sh",
"env": {
"NODE_ENV": "production"
}
}
}

View File

@ -64,8 +64,8 @@ now switch
# deploy
now
# switch alias to new deployment, e.g.
now alias bigchaindb-github-projects-wxkyissxos bigchaindb-github
# switch alias to new deployment
now alias
```
## Authors