fix config namespace, simplify alias after deployment

pull/6/head
Matthias Kretschmann 6 years ago
parent b68f4d8f45
commit cd4035e1dd
Signed by: m
GPG Key ID: 606EEEF3C479A91F

@ -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"
}
}
}

@ -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

Loading…
Cancel
Save