From 535e7e56773a3670eba8d8591e85c87d5daeeffe Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Mon, 4 Aug 2025 00:23:14 +0300 Subject: [PATCH] deploying --- .github/workflows/deploy-devnet.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-devnet.yml b/.github/workflows/deploy-devnet.yml index c635309ff8..29c3a5559a 100644 --- a/.github/workflows/deploy-devnet.yml +++ b/.github/workflows/deploy-devnet.yml @@ -10,7 +10,7 @@ jobs: deploy-hardhat: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy') runs-on: ubuntu-latest - + env: BASE_IMAGE: yohands/my_first_container:latest FINAL_IMAGE: yohands/my_first-contracts @@ -130,4 +130,6 @@ jobs: run: npx hardhat test - name: Stop and remove test container - run: docker rm -f test-node \ No newline at end of file + run: docker rm -f test-node + + #adding comment to ensure the workflow is complete \ No newline at end of file