diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index 4c019a7997..945217de32 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -40,8 +40,8 @@ jobs: - name: Deploy contracts run: pwd -# cd ./hardhat -# npx hardhat ignition deploy ./ignition/modules/Lock.js + cd /home/runner/work/go-ethereum/go-ethereum/hardhat + npx hardhat ignition deploy ./ignition/modules/Lock.js - name: Build and push Docker image