mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Ignition deploy
This commit is contained in:
parent
989cf14488
commit
c69bb1be2c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci_deploy.yaml
vendored
5
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -41,6 +41,11 @@ jobs:
|
||||||
- name: Deploy contracts
|
- name: Deploy contracts
|
||||||
run: npx hardhat ignition deploy ./ignition/modules/Lock.js
|
run: npx hardhat ignition deploy ./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
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue