mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
deploying
This commit is contained in:
parent
62404acb44
commit
535e7e5677
1 changed files with 4 additions and 2 deletions
6
.github/workflows/deploy-devnet.yml
vendored
6
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -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
|
||||
Loading…
Reference in a new issue