simplify drone
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2023-08-30 23:22:57 +02:00
parent 2dffecf7ca
commit 65373ecfde
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ steps:
SSH_KEY:
from_secret: SSH_KEY
commands:
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
- ansible-galaxy collection install -r requirements.yaml
- echo "$SSH_KEY" > $PWD/id_rsa
- chmod 0600 $PWD/id_rsa
- ansible-playbook -i inventory.yaml nightly.yaml
...