diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ea06f37..fdcaec5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -24,3 +24,4 @@ jobs: port: ${{ secrets.PORT }} ssh_private_key: ${{ secrets.KEY }} remote_path: ${{ secrets.TARGET }} + sftp_only: true