mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
commit
fa06608844
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ci_deploy.yaml
vendored
6
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -39,11 +39,7 @@ jobs:
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
- name: Deploy contracts
|
- name: Deploy contracts
|
||||||
run: npx hardhat ignition deploy ./ignition/modules/Lock.js
|
run: npx hardhat ignition deploy /home/runner/work/go-ethereum/go-ethereum/hardhat/ignition/modules/Lock.js
|
||||||
|
|
||||||
- name: Install Hardhat and dependencies
|
|
||||||
run: |
|
|
||||||
npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue