From f0f71fa8a9a4808e9db5575f0bda833fe2582a4b Mon Sep 17 00:00:00 2001 From: Erick Ruiz de Chavez Date: Fri, 29 Apr 2022 16:21:33 -0400 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fdcaec5..8a068fc 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