From a44095502d1fe59b1f16950ec55dfdfddda0ef2c Mon Sep 17 00:00:00 2001 From: Joeke Kloosterman Date: Fri, 19 Jul 2024 10:34:51 +0200 Subject: [PATCH] Add folder to ftp ignore --- .github/workflows/main.yml | 1 - .lftp_ignore | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb44736..cfc7a63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,6 @@ jobs: user: ${{ secrets.ssh_username }} pass: ${{ secrets.ssh_password }} remoteDir: '/home/pool_joeke_dev/htdocs' - parallel: 6 options: '--verbose' - name: Run Laravel migrations diff --git a/.lftp_ignore b/.lftp_ignore index eb4b936..fca8a58 100644 --- a/.lftp_ignore +++ b/.lftp_ignore @@ -1,3 +1,4 @@ -.git/ .ddev/ +.git/ +.github/ node_modules/ \ No newline at end of file