Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 245 Bytes

File metadata and controls

10 lines (8 loc) · 245 Bytes

mw-deploy-bot

node dist/index.js <target_dir> <release_tag_name>

use with docker cli

docker run --rm -v <local_release_cache>:/releases -v <local_target_dir>:<target_dir>  mw-deploy-bot /<target_dir> <release_tag_name>