mirror of
https://github.com/ChenjxJames/SFTP-Deploy-Action.git
synced 2025-09-10 12:09:46 +08:00
Merge pull request #3 from JulianGro/readme
Fix first example in readme
This commit is contained in:
@@ -56,7 +56,7 @@ args of sftp cmd, E.g.`-o ConnectTimeout=5`
|
|||||||
with:
|
with:
|
||||||
username: 'root'
|
username: 'root'
|
||||||
server: 'your server ip'
|
server: 'your server ip'
|
||||||
private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
local_path: './static/*'
|
local_path: './static/*'
|
||||||
remote_path: '/var/www/app' #make sure dir exist
|
remote_path: '/var/www/app' #make sure dir exist
|
||||||
args: '-o ConnectTimeout=5'
|
args: '-o ConnectTimeout=5'
|
||||||
|
Reference in New Issue
Block a user