Skip to content

Commit ce4c93f

Browse files
committed
Add security parameter to FTP deployment configuration
1 parent f853a6b commit ce4c93f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
port: 21
3737
server-dir: ${{ secrets.FTP_SERVER_DIR }}/
3838
timeout: 600000
39-
log-level: verbose
39+
log-level: verbose
40+
security: strict

0 commit comments

Comments
 (0)