From fb079345196f5ddbf15c8d0b8ba0e8d4d5be1c67 Mon Sep 17 00:00:00 2001 From: passthem Date: Sat, 8 Nov 2025 06:44:04 +0800 Subject: [PATCH] tmtmz8 --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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