deploying

This commit is contained in:
Yohan9206 2025-08-04 00:23:14 +03:00
parent 62404acb44
commit 535e7e5677

View file

@ -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
run: docker rm -f test-node
#adding comment to ensure the workflow is complete