Skip to content

Commit

Permalink
revert back ncccgeth for compaitable (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: marvel.yu <marvel.yu@bitget.com>
  • Loading branch information
2 people authored and web-flow committed Oct 16, 2024
1 parent bfaac8b commit 273caa0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions MakefileEc2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ build-bk-prod-morph-prod-mainnet-to-morph-geth:
tar -czvf morph-geth.tar.gz dist
aws s3 cp morph-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-geth.tar.gz

start-morph-geth:
geth --datadir="/data/morph-geth-db"
build-bk-prod-morph-prod-mainnet-to-morph-nccc-geth:
if [ ! -d dist ]; then mkdir -p dist; fi
$(GORUN) build/ci.go install ./cmd/geth
@echo "Done building."
cp build/bin/geth dist/
tar -czvf morph-nccc-geth.tar.gz dist
aws s3 cp morph-nccc-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-nccc-geth.tar.gz


0 comments on commit 273caa0

Please sign in to comment.