From 916827d64bbaef60a0ad8f347d6b3e0f1e215d6e Mon Sep 17 00:00:00 2001 From: Radostina Lyubomirova Date: Tue, 3 Jun 2025 21:48:16 +0300 Subject: [PATCH] please work --- .github/workflows/ci-deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 68f8178c94..ba482711ee 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -30,9 +30,10 @@ jobs: working-directory: hardhat run: npm install - - name: Deploy contracts to devnet + - name: Deploy contracts using Ignition working-directory: hardhat - run: npx hardhat run scripts/deploy.js --network localhost + run: npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost + - name: Commit container as new image with contracts run: |