Compile-3

This commit is contained in:
Ruslan Gladov 2024-06-15 15:05:27 +03:00
parent 0e47b9b200
commit 60a0beda50

View file

@ -39,9 +39,9 @@ jobs:
docker-compose up -d docker-compose up -d
- name: Deploy contracts - name: Deploy contracts
run: | run: pwd
cd ./hardhat # cd ./hardhat
npx hardhat ignition deploy ./ignition/modules/Lock.js # npx hardhat ignition deploy ./ignition/modules/Lock.js
- name: Build and push Docker image - name: Build and push Docker image