FTP-Deploy-Action icon indicating copy to clipboard operation
FTP-Deploy-Action copied to clipboard

Deploys a GitHub project to a FTP server using GitHub actions

Results 154 FTP-Deploy-Action issues
Sort by recently updated
recently updated
newest added

Use Case: I've multiple branches - 1. Development - On my local I made changes to code and push to **development** branch and its not connected to any server. 2....

**Bug Description** Can't upload node_modules even with custom `exclude` **My Action Config** ```yaml on: push name: Publish Website jobs: web-deploy: - name: 📂 Sync files using FTP uses: SamKirkland/[email protected] with:...

**Bug Description** The transfer of an empty file closes the connection prematurely. The file `Empty.twig` was previously empty. By adding a commented content, the action went through. This has been...

**Bug Description** The FTP Push github action won't work for my workflow, probably because my FTP server is only accessible through **Active** mode. Trying to setup this ftp server for...

Run SamKirkland/[email protected] ---------------------------------------------------------------- 🚀 Thanks for using ftp-deploy. Let's deploy some stuff! ---------------------------------------------------------------- If you found this project helpful, please support it by giving it a ⭐ on Github -->...

I'm having trouble in the step to sync files, this error always throws Error: Error: None of the available transfer strategies work. Last error response was 'Error: Timeout when trying...

Every time it's showing 0 files changes... ``` Making changes to 0 files to sync server state Uploading: 0 B -- Deleting: 0 B -- Replacing: 0 B ```

**Bug Description** I want to upload files. Not sync them. Just upload. Nothing fancy. Upload succeeds, however the action still fails due to `550 .ftp-deploy-sync-state.json: No such file or directory`....

bug

uploading "app/Console/Kernel.php" ---------------------------------------------------------------- -------------- 🔥🔥🔥 an error occurred 🔥🔥🔥 -------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------- full error below ---------------------- ---------------------------------------------------------------- Error: Timeout (control socket) at Socket. (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:5[288](https://github.com/alinemone/url-shortner/actions/runs/4156812325/jobs/7190853875#step:3:289):58) at Object.onceWrapper (node:events:641:28) at Socket.emit...

**Bug Description** When I rename a file locally and then push, the action run and complete all the jobs. But when i see on the server I got duplicated file,...

bug