tmtmz10
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-08 06:46:36 +08:00
parent 776c485521
commit 5a5d863c0c
3 changed files with 1 additions and 4 deletions

View File

@ -45,7 +45,6 @@ steps:
- name: 部署到服务器 - name: 部署到服务器
image: alpine/ansible:latest image: alpine/ansible:latest
commands: commands:
# - ansible-galaxy install --force --role-file deploy/requirements.ansible.yml
- ansible-playbook --inventory deploy/inventory.ini --private-key deploy/deploy_key --ssh-common-args='-o StrictHostKeyChecking=no' deploy/deploy.ansible.yml - ansible-playbook --inventory deploy/inventory.ini --private-key deploy/deploy_key --ssh-common-args='-o StrictHostKeyChecking=no' deploy/deploy.ansible.yml
- name: 发送构建结果到 ntfy - name: 发送构建结果到 ntfy

View File

@ -14,4 +14,4 @@
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: "{{ app_path }}" project_src: "{{ app_path }}"
state: present state: present
pull: yes pull: always

View File

@ -1,2 +0,0 @@
collections:
- name: community.docker