mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
commit
711a3ff982
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci_deploy.yaml
vendored
6
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -39,9 +39,9 @@ jobs:
|
|||
docker-compose up -d
|
||||
|
||||
- name: Deploy contracts
|
||||
run: |
|
||||
cd ./hardhat
|
||||
npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||
run: pwd
|
||||
# cd ./hardhat
|
||||
# npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||
|
||||
|
||||
- name: Build and push Docker image
|
||||
|
|
|
|||
Loading…
Reference in a new issue