mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-04-09 12:22:19 +02:00
Closes #60
Due to node issue using exit code 0 for exceptions thrown in async methods. Fixed by moving getUserArguments inside try block.
This commit is contained in:
@@ -232,7 +232,7 @@ Similar in name to FTP but this protocol is entirely new and requires SSH access
|
||||
- Most web hosts change the default port (21), check with your host for your port number
|
||||
|
||||
|
||||
##### [Setting up `known-hosts` allows you to remove the `--insecure` argument.](#known-hosts-setup)
|
||||
### Known Hosts Setup
|
||||
**Windows**
|
||||
In powershell run `ssh-keyscan -p <sshport> <hostname>` and copy the hash output
|
||||
Example for samkirkland.com `ssh-keyscan -p 7822 samkirkland.com`
|
||||
@@ -384,13 +384,13 @@ jobs:
|
||||
<details id="cant-access-remote-sftp">
|
||||
<summary>Can't access remote 'sftp://', exiting...</summary>
|
||||
|
||||
See **"Failed to upload files"** section above
|
||||
See ["Failed to upload files"](#failed-to-upload) section above
|
||||
</details>
|
||||
|
||||
<details id="cant-access-remote-ftps">
|
||||
<summary>Can't access remote 'ftps://', exiting...</summary>
|
||||
|
||||
See **"Failed to upload files"** section above
|
||||
See ["Failed to upload files"](#failed-to-upload) section above
|
||||
</details>
|
||||
|
||||
<details id="files-arent_uploading">
|
||||
|
||||
Reference in New Issue
Block a user