mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
commit
456ca96454
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_deploy.yaml
vendored
2
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
- name: Deploy contracts
|
- name: Deploy contracts
|
||||||
run: pwd
|
run: |
|
||||||
cd /home/runner/work/go-ethereum/go-ethereum/hardhat
|
cd /home/runner/work/go-ethereum/go-ethereum/hardhat
|
||||||
npx hardhat ignition deploy ./ignition/modules/Lock.js
|
npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue