mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Adding workdir to hardhat
This commit is contained in:
parent
2ec0014091
commit
7eb61696eb
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci_deploy.yaml
vendored
5
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue