diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fdcaec5..b93968a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -23,5 +23,5 @@ jobs: server: ${{ secrets.HOST }} port: ${{ secrets.PORT }} ssh_private_key: ${{ secrets.KEY }} - remote_path: ${{ secrets.TARGET }} + remote_path: /html/sinsaludar.com sftp_only: true