raumstatus/.drone.yml

25 lines
417 B
YAML
Raw Normal View History

2022-09-04 13:46:14 +00:00
---
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