Skip to content

Commit 07251fb

Browse files
committed
Ficing the Connection timeout
1 parent 03839ab commit 07251fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
protocol: ftps
3737
port: 21
3838
security: strict
39-
options: set ftp:use-epsv no; # <-- ADD THIS LINE to force a more compatible transfer mode
39+
timeout: 90000 # <-- ADD THIS LINE: Increase timeout to 90 seconds

0 commit comments

Comments
 (0)