diff --git a/.drone.yml b/.drone.yml index 3cb0c80..84f80ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,11 +46,7 @@ steps: image: alpine/ansible:latest commands: # - ansible-galaxy install --force --role-file deploy/requirements.ansible.yml - - ansible-playbook \ - --inventory deploy/inventory.ini \ - --private-key /tmp/deploy_key \ - --ssh-common-args='-o StrictHostKeyChecking=no' \ - deploy/deploy.ansible.yml + - ansible-playbook --inventory deploy/inventory.ini --private-key /tmp/deploy_key --ssh-common-args='-o StrictHostKeyChecking=no' deploy/deploy.ansible.yml - name: 发送构建结果到 ntfy image: parrazam/drone-ntfy