We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c472279 commit 4aadb4aCopy full SHA for 4aadb4a
README.md
@@ -264,7 +264,9 @@ jobs:
264
ftp-server: sftp://ftp.samkirkland.com:7280/
265
ftp-username: mySFTPUsername
266
ftp-password: ${{ secrets.SFTP_PASSWORD }}
267
- 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==
268
+ # add the following line instead if your certificate is setup incorrectly
269
+ # git-ftp-args: --insecure
270
```
271
272
### Build and Publish React/Angular/Vue Website
0 commit comments