From 7890843c23b66b72226781500bddfb225dbaf5ba Mon Sep 17 00:00:00 2001 From: Radostina Lyubomirova Date: Tue, 3 Jun 2025 20:43:52 +0300 Subject: [PATCH] update the ci/cd --- .github/workflows/ci-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 0891c8ab02..9b2bb3ca83 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -17,7 +17,7 @@ jobs: run: | docker run -d --name geth-devnet -p 8545:8545 \ 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 \ --dev