Skip to content

Commit

Permalink
Added deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinbrown committed Nov 19, 2018
1 parent ccd75a0 commit f76d69a
Show file tree
Hide file tree
Showing 8 changed files with 1,271 additions and 175 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ETHERSCAN_KEY=SomeEtherscanKey
INFURA_KEY=SomeInfuraKey
PRIVATE_KEY=SomeEthereumPrivateKey
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ deploy_settings.py
build/
node_modules/
yarn-error.log

.env
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Deploy Script",
"program": "${workspaceFolder}/deploy.js"
},
{
"type": "node",
"request": "launch",
Expand Down
Loading

0 comments on commit f76d69a

Please sign in to comment.