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

**Bug Description** I'm using a game server host called zap-hosting, and with the magnitude of lua files, I wanted to use github and FTP Deploy to help make managing all...

**Bug Description** When connecting to my host (zap-hosting.com) I will receive the following before the transfer can complete. On speaking with providers CS, they recommend a keep alive argument or...

First of all Thanks for the action, its very useful But I did noticed few things, (not sure if I am missing something though). **Issue#1** I have started using this...

**What do I do?** On push or pull request onto the master branch a job is building the current repository. If the build job succeeds a second job is triggered...

**Bug Description** The hidden directories like .github are not created in the server. **My Action Config** ```yaml on: push name: 🚀 Deploy website on push jobs: web-deploy: name: 🎉 Deploy...

bug

**Files not deleting at the FTP** When I delete a file on the GitHub repository it doesn't get deleted at the ftp server. **My Action Config** ```yaml name: 🚀 Deploy...

**Bug Description** When I've tired to use the FTP-Deploy-Action with enabled LFS support (by adding lfs: true in the yaml config) git ftp started uploading all the files instead of...

Based on latest: https://github.com/SamKirkland/ftp-deploy/blob/3c410ee1b4f9ce6bdbc2cd774c9d455f62d45efe/README.md

**Bug Description** While running the job I receive the error: **Error: Can't parse response to 'PASV': 226 Closing data connection, file transfer successful** The target server belongs to the bunny.net...

Hi there, tried it with the following code, but that doesn't seem to work. ``` - name: 📂 Sync uses: SamKirkland/[email protected] with: server: ... username: ... password: ${{ secrets.ftp_password }}...