diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index e0bcee3..cf3a27f 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -32,7 +32,7 @@ jobs: port: 22 script: | cd /opt/MpoxRadar/ - sudo bash build_cache.sh + bash build_cache.sh - name: Restart the application after deployment uses: appleboy/ssh-action@master with: