From a46809105bb51141794499f60f51fb9cb574ad21 Mon Sep 17 00:00:00 2001 From: Erick Ruiz de Chavez Date: Fri, 29 Apr 2022 15:19:31 -0400 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) 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