This commit is contained in:
@ -45,7 +45,6 @@ steps:
|
||||
- name: 部署到服务器
|
||||
image: alpine/ansible:latest
|
||||
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
|
||||
|
||||
- name: 发送构建结果到 ntfy
|
||||
|
||||
@ -14,4 +14,4 @@
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ app_path }}"
|
||||
state: present
|
||||
pull: yes
|
||||
pull: always
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
collections:
|
||||
- name: community.docker
|
||||
Reference in New Issue
Block a user