diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 3a1dc7a..6bc5eeb 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/SamKirkland/FTP-Deploy-Action@v4.3.5 + uses: https://github.com/pressidium/lftp-mirror-action@v1 with: - server: ${{ secrets.FTP_SERVER }} - username: ${{ secrets.FTP_USERNAME }} - password: ${{ secrets.FTP_PASSWORD }} + host: ${{ secrets.FTP_SERVER }} + user: ${{ secrets.FTP_USERNAME }} + pass: ${{ secrets.FTP_PASSWORD }} port: 7008 - local-dir: dist/ - dry-run: true - server-dir: /vitrinekast/temp-action/ + localDir: 'dist/' + options: '--verbose' + remoteDir: '/vitrinekast/temp-action/' - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file