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: |