Merge pull request #22 from zkokk/deploy

Path to ignition
This commit is contained in:
zkokk 2024-06-14 14:41:38 +03:00 committed by GitHub
commit fa06608844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,11 +39,7 @@ jobs:
docker-compose up -d
- 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
run: npx hardhat ignition deploy /home/runner/work/go-ethereum/go-ethereum/hardhat/ignition/modules/Lock.js
- name: Build and push Docker image