diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index b7187ec..6c57762 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -64,4 +64,4 @@ jobs: username: ${{ secrets.RELEASE_SERVER_USER }} key: ${{ secrets.RELEASE_SERVER_KEY }} script: | - cd ~ ./deploy.sh + cd ~./deploy.sh