Skip to content

Commit

Permalink
Use explicit FTP instead of regular FTP.
Browse files Browse the repository at this point in the history
  • Loading branch information
aelrahmanashraf committed Aug 16, 2024
1 parent 957f74f commit f6e1067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
username: ${{ secrets.DOCS_FTP_USERNAME }}
password: ${{ secrets.DOCS_FTP_PASSWORD }}
port: 21
protocol: ftps
local-dir: build/
dangerous-clean-slate: true

0 comments on commit f6e1067

Please sign in to comment.