Merge pull request '.drone.yml aktualisiert' (#5) from rulrich-patch-2 into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
This commit is contained in:
commit
71f9251fd9
1 changed files with 13 additions and 13 deletions
26
.drone.yml
26
.drone.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue