Skip to content

Commit

Permalink
FTPS enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
PCE-Consulting committed Sep 15, 2024
1 parent 3f37586 commit e2416bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
username: ${{ vars.ftp_username }}
# ssh_private_key: ${{ secrets.ftp_password }}
# or if you only use a password
sftp_only: false
sftp_only: true
password: ${{ secrets.ftp_password }}
port: ${{ vars.ftp_port }}
remote_path: '/home/www/christian-weber.net/' # This will depend on your server
Expand Down

0 comments on commit e2416bb

Please sign in to comment.