Add Drone configuration.

This commit is contained in:
Stanislav Nikitin 2021-11-19 18:42:42 +05:00
parent 6eab0cbd73
commit cdab47485f
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: dockerhub_user
password:
from_secret: dockerhub_password
repo: pztrn/npf
auto_tag: true