File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,9 @@ jobs:
264
264
ftp-server: sftp://ftp.samkirkland.com:7280/
265
265
ftp-username: mySFTPUsername
266
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)
267
+ 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
268
270
` ` `
269
271
270
272
# ## Build and Publish React/Angular/Vue Website
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ inputs:
19
19
description : ' Passes through options into git-ftp'
20
20
default :
21
21
required : false
22
+ known-hosts :
23
+ description : The desired content of your `.ssh/known_hosts` file
24
+ required : false
22
25
runs :
23
26
using : ' docker'
24
27
image : ' Dockerfile'
You can’t perform that action at this time.
0 commit comments