From dd0165af8c43a71c799b01c315b39660c4e6286b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarik=20Dedi=C4=87?= Date: Wed, 21 Aug 2024 00:20:04 +0200 Subject: [PATCH] Adjusting yaml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61b4515..5ca3026 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,5 +55,5 @@ jobs: password: ${{ secrets.FTP_PASSWORD }} local-dir: ./dist/ # Adjust this to match your project name server-dir: /public_html/ # Adjust this to your target directory on the server - port: ${{ secrets.FTP_PORT }} # Optional, default is 21 + port: ${{ secrets.FTP_PORT }} log-level: verbose