mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
commit
28f89212f9
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci-deploy.yml
vendored
5
.github/workflows/ci-deploy.yml
vendored
|
|
@ -30,9 +30,10 @@ jobs:
|
|||
working-directory: hardhat
|
||||
run: npm install
|
||||
|
||||
- name: Deploy contracts to devnet
|
||||
- name: Deploy contracts using Ignition
|
||||
working-directory: hardhat
|
||||
run: npx hardhat run scripts/deploy.js --network localhost
|
||||
run: npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost
|
||||
|
||||
|
||||
- name: Commit container as new image with contracts
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue