change port
Some checks failed
Gitea Actions Demo / compile-html (push) Failing after 1m5s

This commit is contained in:
vitrinekast 2025-01-07 12:06:35 +01:00
parent 3d23f3be6c
commit 10465682b8

View File

@ -26,13 +26,15 @@ jobs:
run: python app.py run: python app.py
- name: Push the changes to the FTP server - 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: with:
server: ${{ secrets.FTP_SERVER }} server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }} username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }} password: ${{ secrets.FTP_PASSWORD }}
port: ${{ secrets.FTP_PORT }} # Added port configuration port: 7008
local-dir: dist/ local-dir: dist/
dry-run: true
log-level: verbose
server-dir: /vitrinekast/temp-action/ server-dir: /vitrinekast/temp-action/
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."