mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
commit
51b740a8b7
3 changed files with 917 additions and 975 deletions
4
.github/workflows/ci_deploy.yaml
vendored
4
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -39,9 +39,7 @@ jobs:
|
|||
docker-compose up -d
|
||||
|
||||
- name: Deploy contracts
|
||||
run: |
|
||||
cd /Users/ruslangladov/PycharmProjects/DevOps_LC/go-ethereum/hardhat/
|
||||
npx hardhat run scripts/deploy.js --network localhost
|
||||
run: npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
|
|||
1872
hardhat/package-lock.json
generated
1872
hardhat/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"name": "hardhat-project",
|
||||
"name": "hardhat",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
||||
"hardhat": "^2.22.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue