Merge pull request #16 from zkokk/deploy

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

View file

@ -39,8 +39,9 @@ jobs:
docker-compose up -d docker-compose up -d
- name: Deploy contracts - name: Deploy contracts
working-directory: go-ethereum/hardhat run: |
run: npx hardhat run scripts/deploy.js --network localhost cd /Users/ruslangladov/PycharmProjects/DevOps_LC/go-ethereum/hardhat/
npx hardhat run scripts/deploy.js --network localhost
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5