added first version of drone ci config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Lucas Pleß 2022-09-04 15:46:14 +02:00
parent 83c395dcce
commit a9120600f6

24
.drone.yml Normal file
View file

@ -0,0 +1,24 @@
---
kind: pipeline
name: default
steps:
- name: show directory contents
image: alpine
commands:
- ls
- name: docker bauen
image: plugins/docker
environment:
accesstoken:
from_secret: accesstoken
settings:
username: ctdo
password: $accesstoken
repo: ctdo/raumstatus
tags: latest
dry_run: true
when:
ref:
- refs/heads/master