orangesite/.drone.yml
sneak 67f317ed98
Some checks failed
continuous-integration/drone/push Build is failing
update ci config to always build
* hopefully
2020-03-25 09:13:48 -07:00

18 lines
316 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
network_mode: bridge
settings:
repo: sneak/orangesite
dry_run: true
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}