From 10465682b886ca68747c7863ff8c798303cf3262 Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Tue, 7 Jan 2025 12:06:35 +0100 Subject: [PATCH] change port --- .gitea/workflows/demo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5ad3fb7..88ef231 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -26,13 +26,15 @@ jobs: run: python app.py - name: Push the changes to the FTP server - uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.4 + uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.5 with: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} - port: ${{ secrets.FTP_PORT }} # Added port configuration + port: 7008 local-dir: dist/ + dry-run: true + log-level: verbose server-dir: /vitrinekast/temp-action/ - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file