From 1f1ab26f781a91e1882cc903cbd0984d712729a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Fri, 3 Jul 2020 11:35:24 +0200 Subject: [PATCH] remove "make sure dir exists" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f552dc7..7b2888d 100644 --- a/README.md +++ b/README.md @@ -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) @@ -129,4 +129,4 @@ args of sftp cmd, E.g.`-o ConnectTimeout=5` - \ No newline at end of file +