mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
Fix known hosts example to include known-hosts arg
This commit is contained in:
parent
c47227925c
commit
4aadb4a381
@ -264,7 +264,9 @@ jobs:
|
||||
ftp-server: sftp://ftp.samkirkland.com:7280/
|
||||
ftp-username: mySFTPUsername
|
||||
ftp-password: ${{ secrets.SFTP_PASSWORD }}
|
||||
git-ftp-args: --insecure # if your certificate is setup correctly this can be removed (see known-hosts argument)
|
||||
known-hosts: [samkirkland.com]:7822 ssh-rsa AAAA...5Spw==
|
||||
# add the following line instead if your certificate is setup incorrectly
|
||||
# git-ftp-args: --insecure
|
||||
```
|
||||
|
||||
### Build and Publish React/Angular/Vue Website
|
||||
|
Loading…
x
Reference in New Issue
Block a user