diff --git a/.drone.yml b/.drone.yml index 7085b82..86a8412 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - echo "$SSH_KEY" >> ~/.ssh/id_rsa - echo "$SSH_CONFIG" >> ~/.ssh/config - echo "$SSH_KEY" | ssh-add - - - ssh-keyscan -P 222 git.struchkov.dev >> ~/.ssh/known_hosts + - ssh-keyscan -p 222 git.struchkov.dev >> ~/.ssh/known_hosts - echo "test" >> test.txt - git add --all - git commit -m test