Merge pull request #29 from zkokk/CI

Compile-3
This commit is contained in:
zkokk 2024-06-15 15:06:06 +03:00 committed by GitHub
commit 711a3ff982
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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