diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6bc5eeb..5ffeb9a 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -26,14 +26,14 @@ jobs: run: python app.py - 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: host: ${{ secrets.FTP_SERVER }} - user: ${{ secrets.FTP_USERNAME }} - pass: ${{ secrets.FTP_PASSWORD }} + username: ${{ secrets.FTP_USERNAME }} + password: ${{ secrets.FTP_PASSWORD }} port: 7008 - localDir: 'dist/' - options: '--verbose' - remoteDir: '/vitrinekast/temp-action/' + localDir: '/dist-tmp' + dryRun: true + remoteDir: 'temp-action' - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file diff --git a/dist-tmp/apple-touch-icon.png b/dist-tmp/apple-touch-icon.png new file mode 100644 index 0000000..42573c9 Binary files /dev/null and b/dist-tmp/apple-touch-icon.png differ