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", "test-listen": "^1.0.2",
"xo": "^0.18.2" "xo": "^0.18.2"
}, },
"alias": "bigchaindb-github.now.sh", "now": {
"env": { "alias": "bigchaindb-github.now.sh",
"NODE_ENV": "production" "env": {
"NODE_ENV": "production"
}
} }
} }

View File

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