tree: b4571ec15ba31f6af363150da7a9ac5a7293fdb4 [path history] [tgz]
  1. .env.example
  2. auto-deploy-eventmesh-dashboard.sh
  3. README.md
deployment/README.md

Auto Deploy EventMesh Dashboard

Usage

cd ~/service
git clone -b dev https://github.com/apache/eventmesh-dashboard.git
cd eventmesh-dashboard/deployment/

Edit credentials:

cp .env.example .env
vim .env

Add task to crontab:

crontab -e
0 * * * * bash ~/service/eventmesh-dashboard/deployment/auto-deploy-eventmesh-dashboard.sh