From d8501fe970acd8c159e2de7088fdfe8a0313e661 Mon Sep 17 00:00:00 2001 From: Computerboer <58400197+ComputerBoer@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:11:14 +0200 Subject: [PATCH] try to not deploy not needed folders --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b42cfbc..c9c3b2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: jobs: web-deploy: - name: Deploy Angular App + name: Deploy Python api runs-on: ubuntu-latest steps: @@ -29,7 +29,7 @@ jobs: server-dir: ${{ vars.FTP_PYTHON_API_DIRECTORY }} #dangerous-clean-slate: true exclude: | - **/.git* - **/.git*/** - **/node_modules/** - **/env/** + **./.git* + **./.git*/** + **./node_modules/** + **./env/**