Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
FTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
sawbe authored May 19, 2022
1 parent 5d5c2ff commit ffc4d3d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
filename: 'profile.zip'
exclusions: '*.git* /*node_modules/* .editorconfig *.md'
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@3.0.0
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
ftp-server: ftp://ftp.sawbe.com/
ftp-username: ${{ secrets.FTP_USERNAME }}
ftp-password: ${{ secrets.FTP_PASSWORD }}
server: ftp.sawbe.com
protocol: ftps
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}

0 comments on commit ffc4d3d

Please sign in to comment.