feat: Add drone configuration

This commit is contained in:
Simon 2023-06-26 14:56:05 +02:00
parent d65c9d32d0
commit f501a379ff
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
type: docker
name: amd
steps:
- name: docker
image: plugins/docker
settings:
username: kevinbacon
password: pa55word
repo: foo/bar
tags:
- latest