FTP-Deploy-Action
FTP-Deploy-Action copied to clipboard
Deploys a GitHub project to a FTP server using GitHub actions
---------------------------------------------------------------- 🚀 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 --> https://github.com/SamKirkland/FTP-Deploy-Action or...
Add an example for Laravel app deployment.
**Bug Description** The `FTP-Deploy-Action` lacks an `include` parameter, which is necessary for specifying files to upload. Currently, the action only provides an exclude parameter to define files to ignore during...
The action displays the following warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, SamKirkland/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
`actions/checkout@v4` has been released and I have personally tested it in conjunction with `SamKirkland/[email protected]` in 2 of my repos without any problems, so I think it can be suggested to...
The syncing is causing trouble all the time. Is there a way to just do an upload and not touch the target directory at all? No syncing please. Thanks.
**Desc** I just trying to use FTP deploy and ftp deploy package installed in node js CI and I try to open ftp using TotalCommander FTP a android application can...
**Bug Description** Getting **My Action Log** error when i try to connect it with my cPanel. Its React app with NodeJS backend that is hosted on free hosting service. So...
We love this, but it uploads all files every time it runs. Ideally we'd have it only uploading changed files, but equally only files that have changed in the last...