diff workflow
Some checks failed
Gitea Actions Demo / compile-html (push) Failing after 37s

This commit is contained in:
vitrinekast 2025-01-07 12:20:18 +01:00
parent 4a9c21f699
commit edc2fb7860

View File

@ -26,15 +26,14 @@ 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/pressidium/lftp-mirror-action@v1
with: with:
server: ${{ secrets.FTP_SERVER }} host: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }} user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }} pass: ${{ secrets.FTP_PASSWORD }}
port: 7008 port: 7008
local-dir: dist/ localDir: 'dist/'
dry-run: true options: '--verbose'
log-level: verbose removeDir: '/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 }}."