From 7457e33ef8d2e7c93d99dc964a37491fa419ee09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarik=20Dedi=C4=87?= Date: Fri, 20 Sep 2024 21:10:30 +0200 Subject: [PATCH] Adjusting yaml file for backend --- .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 61e7cb6..63e792b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} - local-dir: ./backend # Deploy the entire backend folder + local-dir: ./backend/ # Ensure it ends with a / server-dir: /public_html/backend/ # Path where backend files are deployed on server port: ${{ secrets.FTP_PORT }} log-level: verbose