tree: 620a814ebd8f80b11c0bcbf5658d0b3f803d7ec9 [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
chmod +x deployment/auto-deploy-eventmesh-dashboard.sh

Edit credentials:

cp deployment/.env.example deployment/.env
vim deployment/.env

Add task to crontab:

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