added first version of drone ci config
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Lucas Pleß 2022-09-04 15:46:14 +02:00
parent 83c395dcce
commit a9120600f6
1 changed files with 24 additions and 0 deletions

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