mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Adding path to ignition deploy
This commit is contained in:
parent
77367f3bcb
commit
d9d9a4a56f
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
|
||||
|
||||
- name: Deploy contracts
|
||||
run: pwd
|
||||
run: |
|
||||
cd /home/runner/work/go-ethereum/go-ethereum/hardhat
|
||||
npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue