Merge pull request '.drone.yml aktualisiert' (#5) from rulrich-patch-2 into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #5
This commit is contained in:
rulrich 2024-03-13 06:52:18 +01:00
commit 71f9251fd9

View file

@ -7,19 +7,19 @@ trigger:
- main
steps:
# - name: check SSH
# image: appleboy/drone-ssh
# settings:
# host:
# - test.band-on.com
# username:
# from_secret: drone_ansible_user
# key:
# from_secret: drone_ansible_ssh_private_key
# port: 22
# command_timeout: 2m
# script:
# - echo "Hello World"
- name: check SSH
image: appleboy/drone-ssh
settings:
host:
- test.band-on.com
username:
from_secret: drone_ansible_user
key:
from_secret: drone_ansible_ssh_private_key
port: 22
command_timeout: 2m
script:
- echo "Hello World"
- name: Syntax Check
image: plugins/ansible:3