Skip to content

Commit e95506a

Browse files
committed
Trying to fix TimeOut yet again...
1 parent 9d3df07 commit e95506a

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
@@ -70,7 +70,7 @@ jobs:
7070

7171
protocol: ftps-legacy # 👈 implicit FTPS
7272
port: 990
73-
security: strict # 👈 keep strict TLS validation
73+
security: strict # 👈 keep strict TLS
7474

7575
local-dir: ./build/ # must end with /
7676
server-dir: ${{ secrets.FTP_SERVER_DIR }} # 👈 secret, must end with /

0 commit comments

Comments
 (0)