Compare commits

..

2 Commits

Author SHA1 Message Date
Simon f501a379ff feat: Add drone configuration 2023-06-26 14:56:05 +02:00
Simon d65c9d32d0 wip 2023-06-26 14:49:37 +02:00
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