backup-bot-two/.drone.yml
Philipp Rothmann 53c4f1956a
All checks were successful
continuous-integration/drone/push Build is passing
fix push docker image to correct destination
2021-11-16 12:14:21 +01:00

29 lines
514 B
YAML

---
kind: pipeline
name: linters
steps:
- name: run shellcheck
image: koalaman/shellcheck-alpine
commands:
- shellcheck backup.sh
- name: publish image
image: plugins/docker
settings:
auto_tag: true
username: thecoopcloud
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/backup-bot-two
tags: latest
depends_on:
- run shellcheck
when:
event:
exclude:
- pull_request
trigger:
branch:
- main