Typo fix :)
This commit is contained in:
parent
1d25b00c26
commit
ad4ef26acf
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Action to send dist files to a remote server with scp command
|
|||
|
||||
## Required params
|
||||
|
||||
- `src`: Sorce dir to deploy
|
||||
- `src`: Source dir to deploy
|
||||
- `host`: SSH address
|
||||
- `remote`: Remote dir path
|
||||
- `port`: SSH Port
|
||||
|
@ -59,4 +59,4 @@ jobs:
|
|||
port: ${{ secrets.SSH_PORT }}
|
||||
user: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue