remove "make sure dir exists"

This commit is contained in:
Julian Groß
2020-07-03 11:35:24 +02:00
parent 564673d595
commit 1f1ab26f78

View File

@@ -58,7 +58,7 @@ args of sftp cmd, E.g.`-o ConnectTimeout=5`
server: 'your server ip'
private_key: ${{ secrets.SSH_PRIVATE_KEY }}
local_path: './static/*'
remote_path: '/var/www/app' #make sure dir exist
remote_path: '/var/www/app'
args: '-o ConnectTimeout=5'
## 1. [Deploy React App Example](https://github.com/wlixcc/React-Deploy)