From c69bb1be2c072b9076b4c7118cdbd099499447fe Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 14:18:05 +0300 Subject: [PATCH] Ignition deploy --- .github/workflows/ci_deploy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index 6be90745f9..3d01390ac7 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -41,6 +41,11 @@ jobs: - name: Deploy contracts run: npx hardhat ignition deploy ./ignition/modules/Lock.js + - name: Install Hardhat and dependencies + run: | + npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox + + - name: Build and push Docker image uses: docker/build-push-action@v5 with: