docker-cp-deploy/.drone.yml
3wc 99c85c7305
All checks were successful
continuous-integration/drone/push Build is passing
Tyop
2020-11-14 23:42:41 +02:00

23 lines
474 B
YAML

---
kind: pipeline
name: deploy to hub.docker.com
steps:
- name: run shellcheck
image: debian:buster
commands:
- apt update
- apt install -y shellcheck
- shellcheck plugin.sh
- name: docker push
image: plugins/docker
settings:
username:
from_secret: docker_reg_username_3wc
password:
from_secret: docker_reg_passwd_3wc
repo: 3wordchant/docker-cp-deploy
tags: latest
trigger:
branch:
- main