Merge pull request #15 from zkokk/deploy

Adding workdir to hardhat
This commit is contained in:
zkokk 2024-06-14 11:26:08 +03:00 committed by GitHub
commit 4d76a5d0a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,7 @@ jobs:
docker-compose up -d docker-compose up -d
- name: Deploy contracts - name: Deploy contracts
working-directory: go-ethereum/hardhat
run: npx hardhat run scripts/deploy.js --network localhost run: npx hardhat run scripts/deploy.js --network localhost
- name: Build and push Docker image - name: Build and push Docker image