-
Hi,
I couldn't find any tutorial about how to use `git-ftp` with `SamKirkland/FTP-Deploy-Action`. Or github actions in general.
-
**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 Action Config**
…
-
**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 to work (du…
-
**Bug Description**
The transfer of an empty file closes the connection prematurely.
The file `Empty.twig` was previously empty. By adding a commented content, the action went through. This has been…
chsxf updated
3 weeks ago
-
Hi, anyone facing this issue? I got Timeout Error while deploying into cpanel hosting.
![Screenshot 2024-06-08 at 08 03 23](https://github.com/SamKirkland/FTP-Deploy-Action/assets/79903554/16f83226…
-
Bug Description:
I already using 4.3.3 and it run normally, but somehow the github action wont work. So i decided to upgrade to 4.3.4 . But i got another issue.
My Github Action:
on:
push:
…
-
**Bug Description**
FTP deployment to Git push is failing with error => Error: Error: Client is closed because read ECONNRESET (data socket)
**My Action Config**
```yaml
on:
push:
branch…
-
With every deployment action I run, any files over a certain size (seems to be 48 KiB) error with `Fatal error: max-retries exceeded` and the end result is that an incomplete file (48 KiB in size) is …
-
**Describe the issue**
It seems that there is no checks that ensure that basic authentication for FTP is disabled on Azure App Services
**Examples**
````hcl
resource "azurerm_linux_web_app" "e…
-
**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
…