FTP-Deploy-Action
FTP-Deploy-Action copied to clipboard
Deploys a GitHub project to a FTP server using GitHub actions
**Bug Description** I set `timeout` to 10 minutes, but the action ran for less than 4 minutes and an error timeout was reported. Does `timeout` not take effect? **My Action...
Deleted everything in target directory and deleted sub directories **My Action Config** ```yaml steps: - name: make offline dir run: mkdir offline - name: make offline file run: ni offline\App_Offline.htm...
**Bug Description** I can't understand this error, I don't know what folder it's talking about. I'm using to deploy Angular. Note: My current ftp deploy folder is not empty **My...
**Bug Description** When deploying a large amount of files, a workflow might run into GitHubs 6 hour time limit. Since FTP-Deploy-Action does not create intermittent `.ftp-deploy-sync-state.json` files, it has to...
I removed folder (with 1 file) from github repo (git rm --cached) I need these objects to stay on the server, but I do not need to track them and...
Is there a way to specify a tag eg. `test` or `live` to push to different folders ?
**Bug Description** This morning I was using the GitHub mobile app on my Android phone when I clicked on the glob tester link which is present in the README table...
If I delete a folder on my local machine and push to GitHub, it throws an FTP Error, file not found. It does it every time. It basically makes this...
**Bug Description** Im not able to deploy my website code built with GatsbyJS. I always get the error 550 with folder **~partytown**. Im not sure, maybe its because of the...
Node.js 16 actions are deprecated. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.