From 3ae4e3ceb06826e833791f5f774bf98be0d04f3e Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Sun, 31 Mar 2024 18:23:33 +0800 Subject: [PATCH] No need to chmod anymore --- deployment/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/deployment/README.md b/deployment/README.md index f1bd7471..0a642de8 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -5,15 +5,14 @@ ``` cd ~/service git clone -b dev https://github.com/apache/eventmesh-dashboard.git -cd eventmesh-dashboard -chmod +x deployment/auto-deploy-eventmesh-dashboard.sh +cd eventmesh-dashboard/deployment/ ``` Edit credentials: ``` -cp deployment/.env.example deployment/.env -vim deployment/.env +cp .env.example .env +vim .env ``` Add task to crontab: @@ -23,5 +22,5 @@ crontab -e ``` ``` -0 * * * * ~/service/eventmesh-dashboard/deployment/auto-deploy-eventmesh-dashboard.sh +0 * * * * bash ~/service/eventmesh-dashboard/deployment/auto-deploy-eventmesh-dashboard.sh ``` \ No newline at end of file