mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Adding path to ignition deploy
This commit is contained in:
parent
60a0beda50
commit
77367f3bcb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_deploy.yaml
vendored
4
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -40,8 +40,8 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy contracts
|
- name: Deploy contracts
|
||||||
run: pwd
|
run: pwd
|
||||||
# cd ./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
|
||||||
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue