Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
remove dotenv from now config, pass it on the cli
Browse files Browse the repository at this point in the history
this way variables defined in travis will work

Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Jun 20, 2018
1 parent b572773 commit 324c832
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion now.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "blog",
"alias": "mcansh.blog",
"dotenv": ".env",
"type": "docker"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postbuild": "node -r esm ./scripts/default-lang",
"start": "node -r esm server",
"predeploy": "yarn compress",
"deploy": "now",
"deploy": "now -E .env",
"postdeploy": "now alias && now rm blog -ys && now scale mcansh.blog sfo1 1",
"git-pre-commit": "yarn lint && yarn test",
"test": "NODE_ENV=test jest",
Expand Down

0 comments on commit 324c832

Please sign in to comment.