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

This commit is contained in:
vitrinekast 2025-01-07 12:42:42 +01:00
parent 1ee86ffca1
commit 28c33cb896
2 changed files with 6 additions and 6 deletions

View File

@ -26,14 +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/pressidium/lftp-mirror-action@v1 uses: https://github.com/wangyucode/sftp-upload-action@v2.0.4
with: with:
host: ${{ secrets.FTP_SERVER }} host: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USERNAME }} username: ${{ secrets.FTP_USERNAME }}
pass: ${{ secrets.FTP_PASSWORD }} password: ${{ secrets.FTP_PASSWORD }}
port: 7008 port: 7008
localDir: 'dist/' localDir: '/dist-tmp'
options: '--verbose' dryRun: true
remoteDir: '/vitrinekast/temp-action/' remoteDir: 'temp-action'
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB