This commit is contained in:
Torma Kristóf 2021-12-03 13:21:23 +01:00
parent 28f53613b1
commit e6569729bb
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 26 additions and 0 deletions

View File

@ -134,6 +134,7 @@ dmypy.json
*.md
.gitignore
.git/
*.yml
contrib/*
postman/*
*.wav

25
.drone.yml Normal file
View File

@ -0,0 +1,25 @@
kind: pipeline
type: docker
name: default
steps:
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:
from_secret: SONAR_HOST
sonar_token:
from_secret: SONAR_CODE
- name: kaniko
image: banzaicloud/drone-kaniko
settings:
registry: registry.kmlabz.com
repo: birbnetes/${DRONE_REPO_NAME}
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tags:
- latest
- ${DRONE_BUILD_NUMBER}