From 610ec6e1c9523c672a34dee09eecd73162b64cc2 Mon Sep 17 00:00:00 2001 From: motofckr9k Date: Fri, 3 Jul 2020 03:36:27 +0200 Subject: [PATCH] Fix first example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f552dc7..191e624 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ args of sftp cmd, E.g.`-o ConnectTimeout=5` with: username: 'root' server: 'your server ip' - private_key: ${{ secrets.SSH_PRIVATE_KEY }} + ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} local_path: './static/*' remote_path: '/var/www/app' #make sure dir exist args: '-o ConnectTimeout=5'