From 9ee5ac6e9641e9a3fc2f4e95952688e463fe3743 Mon Sep 17 00:00:00 2001 From: KarlderHeinz Date: Sat, 22 Aug 2026 02:45:07 +0200 Subject: [PATCH] ftp test --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 123a443..ad28c16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,11 @@ jobs: tar --exclude=.git --exclude=node_modules --exclude=.next \ --exclude=.deploy-stage -cf - . | (cd .deploy-stage && tar xf -) + - name: Probe FTP server + run: | + curl -sv --user "${{ secrets.FTP_USER }}:${{ secrets.FTP_PASS }}" \ + "ftp://82.165.141.176/dev.karlderheinz.tv/" 2>&1 | tail -30 || true + - name: Upload source to server (FTP) uses: SamKirkland/FTP-Deploy-Action@4.2.0 with: