diff --git a/.drone.yml b/.drone.yml index a2c09cc..d9a3322 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,6 +36,7 @@ steps: - name: ansible apply image: cytopia/ansible:latest-infra commands: + - eval `ssh-agent -s` - ssh-add /root/.ssh/id_ed25519 - ansible-playbook -i inventory/hosts.yml site.yml volumes: