Compare commits
2 commits
a676227ca9
...
95e2928490
| Author | SHA1 | Date | |
|---|---|---|---|
| 95e2928490 | |||
| 7cdd05397e |
1 changed files with 14 additions and 26 deletions
40
.drone.yml
40
.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
|
||||
|
|
@ -28,8 +28,6 @@ steps:
|
|||
playbook: playbook.yml
|
||||
inventory: hosts
|
||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||
# requirements: requirements.txt
|
||||
# galaxy: requirements.yml
|
||||
syntax_check: true
|
||||
when:
|
||||
event:
|
||||
|
|
@ -57,8 +55,6 @@ steps:
|
|||
diff: true
|
||||
check: true
|
||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||
# requirements: requirements.txt
|
||||
# galaxy: requirements.yml
|
||||
when:
|
||||
event:
|
||||
- pull_request
|
||||
|
|
@ -74,14 +70,8 @@ steps:
|
|||
content_type: application/json
|
||||
template: |
|
||||
{
|
||||
"text": "Pull Request"
|
||||
"text": "${DRONE_REPO} build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**"
|
||||
}
|
||||
# ${DRONE_REPO} build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
|
||||
# {
|
||||
# "owner": "$DRONE_REPO_OWNER",
|
||||
# "repo": "$DRONE_REPO_NAME",
|
||||
# "status": "$DRONE_BUILD_STATUS"
|
||||
# }
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
|
|
@ -101,8 +91,6 @@ steps:
|
|||
private_key:
|
||||
from_secret: drone_ansible_ssh_private_key
|
||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||
# requirements: requirements.txt
|
||||
# galaxy: requirements.yml
|
||||
diff: true
|
||||
when:
|
||||
branch:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue