Skip to content

Commit

Permalink
Improve FTP Deploy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Mar 20, 2023
1 parent 85d4d94 commit b64d9dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
username: ${{ secrets.FTP_USERNAME_BETA }}
password: ${{ secrets.FTP_PASSWORD_BETA }}
protocol: ftps
security: strict
exclude: |
**/.git*
**/.git*/**
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
username: ${{ secrets.FTP_USERNAME_RELEASE }}
password: ${{ secrets.FTP_PASSWORD_RELEASE }}
protocol: ftps
security: strict
exclude: |
**/.git*
**/.git*/**
Expand Down

0 comments on commit b64d9dd

Please sign in to comment.