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 9d3df07 commit e95506aCopy full SHA for e95506a
.github/workflows/deploy.yml
@@ -70,7 +70,7 @@ jobs:
70
71
protocol: ftps-legacy # 👈 implicit FTPS
72
port: 990
73
- security: strict # 👈 keep strict TLS validation
+ security: strict # 👈 keep strict TLS
74
75
local-dir: ./build/ # must end with /
76
server-dir: ${{ secrets.FTP_SERVER_DIR }} # 👈 secret, must end with /
0 commit comments