mirror of
https://github.com/ChenjxJames/SFTP-Deploy-Action.git
synced 2025-09-10 12:09:46 +08:00
remove "make sure dir exists"
This commit is contained in:
@@ -58,7 +58,7 @@ args of sftp cmd, E.g.`-o ConnectTimeout=5`
|
|||||||
server: 'your server ip'
|
server: 'your server ip'
|
||||||
private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
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'
|
||||||
args: '-o ConnectTimeout=5'
|
args: '-o ConnectTimeout=5'
|
||||||
|
|
||||||
## 1. [Deploy React App Example](https://github.com/wlixcc/React-Deploy)
|
## 1. [Deploy React App Example](https://github.com/wlixcc/React-Deploy)
|
||||||
@@ -129,4 +129,4 @@ args of sftp cmd, E.g.`-o ConnectTimeout=5`
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user