You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
I recently changed my server for all my websites, but kept the FTP account credentials and other server configuration the same. But now whenever I push my changes to the deploy branch, I got the following error.
The same config worked just fine before changing my server.
My Action Config
on:
push:
branches:
- deployjobs:
deploy:
runs-on: ubuntu-lateststeps:
- name: Deploy to CPaneluses: SamKirkland/[email protected]with:
server: ${{ secrets.HOST }}username: ${{ secrets.USER }}password: ${{ secrets.PASSWORD }}local-dir: ./out/ # The directory generated by `npm run export`server-dir: ./
My Action Log
Error: None of the available transfer modes work.
at Client.prepareTransfer (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.2.0/dist/index.js:4293:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Client._uploadFromStream (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.2.0/dist/index.js:3981:13)
at async Client._uploadLocalFile (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.2.0/dist/index.js:3967:20)
Error: Error: None of the available transfer modes work.
The text was updated successfully, but these errors were encountered:
Bug Description
I recently changed my server for all my websites, but kept the FTP account credentials and other server configuration the same. But now whenever I push my changes to the deploy branch, I got the following error.
The same config worked just fine before changing my server.
My Action Config
My Action Log
The text was updated successfully, but these errors were encountered: