Ignition deploy

This commit is contained in:
Ruslan Gladov 2024-06-14 14:18:05 +03:00
parent 989cf14488
commit c69bb1be2c

View file

@ -41,6 +41,11 @@ jobs:
- name: Deploy contracts
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
uses: docker/build-push-action@v5
with: