mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
update the ci/cd
This commit is contained in:
parent
25f0d9ccfe
commit
7890843c23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-deploy.yml
vendored
2
.github/workflows/ci-deploy.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker run -d --name geth-devnet -p 8545:8545 \
|
docker run -d --name geth-devnet -p 8545:8545 \
|
||||||
ghcr.io/${{ github.repository_owner }}/go-ethereum:dev-latest \
|
ghcr.io/${{ github.repository_owner }}/go-ethereum:dev-latest \
|
||||||
--http --http.addr 0.0.0.0 --http.port 8545 \
|
geth --http --http.addr 0.0.0.0 --http.port 8545 \
|
||||||
--http.api eth,net,web3 \
|
--http.api eth,net,web3 \
|
||||||
--dev
|
--dev
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue