FTP-Deploy-Action
FTP-Deploy-Action copied to clipboard
Deploys a GitHub project to a FTP server using GitHub actions
Current [FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action) is doing very well. However, I suggest an argument for allowing the deployment process to preserve existing upstream files instead of deleting them. In my use case, I...
**Bug Description** I having issue with cPanel TLS security for FTP connection. **My Action Config** ```yaml on: push name: 🚀 Deploy website on push jobs: web-deploy: name: 🎉 Deploy runs-on:...
**Bug Description** Hi, When I was trying to deploy my project to server, I kept getting this error all the time. The problem have stopped when I turned protocol to...
**Bug Description** Pcheeew. This was my **very first time** setting up an action. I had the problem that my HUGO repository - built into a `public` sub-directory and - I...
**Bug Description** When using a negated glob pattern (i.e. `!main.*`), `exclude` does not seem to parse it correctly. I tested the glob pattern and I think my syntax is correct:...
All files were uploaded to Github repo successfully. No specific errors found; however, even after PUSH the new files were not uploaded and the modified files were not updated on...
**Bug Description** For some reason, now when i try and deploy my files, it doesn't allow me to and it says something to do with cannot connect. It was working...
**Bug Description** Login to server fails if password has a space at the end. Possibly, if password has spaces in the middle. this may be an issue with github secrets,...
**Bug Description** FTP deploy fails with the below error and stops. **My Action Config** ``` - name: 📂 Sync files uses: SamKirkland/[email protected] with: server: **** username: ***** password: ${{ secrets.FTP_PASSWORD...
Please add suport for SFTP with private key...