From 3938bfd74c7fc6c657655e8d7015d6d9acf0a6f5 Mon Sep 17 00:00:00 2001 From: mm Date: Wed, 30 Oct 2024 15:02:36 +0500 Subject: [PATCH] dev --- .github/workflows/CI-CD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 78a966c..f7bc718 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -18,6 +18,7 @@ jobs: USER: root PASSWORD: ${{ secrets.SSH_PASSWORD }} run: | + apt install sshpass -y sshpass -p "$PASSWORD" ssh -o StrictHostKeyChecking=no $USER@$SERVER << EOF cd donat-platform/donat-widget git pull