This commit is contained in:
@@ -4,6 +4,6 @@ mkdir -p $HOME/.ssh
|
||||
ssh-keyscan -t rsa $DEPLOY_HOST >> $HOME/.ssh/known_hosts
|
||||
|
||||
sshpass -p "$DEPLOY_PASSWORD" \
|
||||
rsync -avzr -e \
|
||||
ssh -o "StrictHostKeyChecking no" ./public \
|
||||
$DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
|
||||
rsync -avzr \
|
||||
-e 'ssh -o "StrictHostKeyChecking no"' \
|
||||
./public $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
|
||||
|
||||
Reference in New Issue
Block a user