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

Commit

Permalink
feat: deploy:remote, it's ok to fail delete FLB-525
Browse files Browse the repository at this point in the history
  • Loading branch information
beejiujitsu committed Aug 26, 2022
1 parent 5635826 commit d3c0bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepare": "./scripts/build-manifest.sh",
"build:graph": "graph codegen && graph build",
"deploy:local": "graph remove --node $GRAPH_ADMIN_URL ensofinance/enso-v1 && graph create --node $GRAPH_ADMIN_URL ensofinance/enso-v1 && graph deploy --node $GRAPH_ADMIN_URL --ipfs $IPFS_URL ensofinance/enso-v1",
"deploy:remote": "graph remove --node http://$DOCKHERO_HOST:8020 ensofinance/enso-v1 && graph create --node http://$DOCKHERO_HOST:8020 ensofinance/enso-v1 && graph deploy --node http://$DOCKHERO_HOST:8020 --ipfs http://$DOCKHERO_HOST:5001 ensofinance/enso-v1",
"deploy:remote": "graph remove --node http://$DOCKHERO_HOST:8020 ensofinance/enso-v1 ; graph create --node http://$DOCKHERO_HOST:8020 ensofinance/enso-v1 && graph deploy --node http://$DOCKHERO_HOST:8020 --ipfs http://$DOCKHERO_HOST:5001 ensofinance/enso-v1",
"deploy:kovan": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ ensofinance/enso-v1",
"deploy:mainnet": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ milonite/angry-villani"
},
Expand All @@ -24,4 +24,4 @@
"node-jq": "^2.1.0",
"prettier": "^2.5.1"
}
}
}

0 comments on commit d3c0bfe

Please sign in to comment.