mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
commit
711a3ff982
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci_deploy.yaml
vendored
6
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue