We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03839ab commit 07251fbCopy full SHA for 07251fb
.github/workflows/deploy.yml
@@ -36,4 +36,4 @@ jobs:
36
protocol: ftps
37
port: 21
38
security: strict
39
- options: set ftp:use-epsv no; # <-- ADD THIS LINE to force a more compatible transfer mode
+ timeout: 90000 # <-- ADD THIS LINE: Increase timeout to 90 seconds
0 commit comments