From 20456dd6441c1ce3cd596c610f14184d3386ea8f Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Fri, 20 Oct 2023 09:38:05 +0100 Subject: [PATCH] Updated ftp worflow to use another actions as a test Signed-off-by: Rohit Pai --- .github/workflows/ftpDeploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index 1b5d7b7..3b23e49 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -20,9 +20,9 @@ jobs: npm start - name: 📂 Sync files - uses: sebastianpopp/ftp-action@releases/v2 + uses: airvzxf/ftp-deployment-action@latest with: - host: ftp.rohitpai.co.uk + server: ftp.rohitpai.co.uk user: u987021215.rodude123 password: $${{ FTPPASSWORD }} - localDir: ./dist/ + local_dir: ./dist/