From ddc74658213bbea82101cc6fcac6c1ce4a7b4993 Mon Sep 17 00:00:00 2001 From: Erick Ruiz de Chavez Date: Fri, 29 Apr 2022 16:03:43 -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..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