FTP-Deploy-Action
FTP-Deploy-Action copied to clipboard
Deploys a GitHub project to a FTP server using GitHub actions
// This is my script ```yaml on: push: branches: main name: 🚀 Deploy website on push jobs: web-deploy: name: 🎉 Deploy runs-on: ubuntu-latest steps: - name: 🚚 Get latest code...
**Bug Description** I get this error when I use FTPS, it is fine when FTP was used. **My Action Config** - name: Upload files to the update server test (Windows)...
Hello, Is there any option to choose if I don't want to delete the files from server? If any file is updated it should update but if any file is...
**Bug Description** Using `dry-run` with `dangerous-clean-slate` does not work. **My Action Config** ```yaml - name: Upload Website uses: SamKirkland/[email protected] with: server: ${{ steps.vars.outputs.website_host }} username: ${{ steps.vars.outputs.website_username }} password: ${{...
Files are getting blank lines between lines in code on push, resulting in larger files. There is any config to ASCII to Binary file transfer option?
**Bug Description** First time using the action, ~so not sure if this is a regression~ confirmed new in `4.0.0`, works in `3.1.1` (see comment below) Followed README and action appears...
I deleted 3 themes from wordpress folder. Actions goes without any error, just when you go to the ftp you see that 2 out of 3 folders I deleted are...
**Bug Description** png, jpg and js files are uploaded and directories are created, but html and css files are not uploaded. **My Action Config** ```yaml on: push name: 🚀 Deploy...
**Bug Description** I am trying to upload a jekyll site to BunnyCDN over FTP. I started with the following configuration: ``` - name: 📂 Sync files uses: SamKirkland/[email protected] with: server:...
I wonder if there is a way to delete files that do not exist in the source?