Testing drone integration

This commit is contained in:
2022-01-18 16:46:13 +10:00
parent 8163319229
commit 5c877938f1

14
.drone.yaml Normal file
View File

@@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: DOCKER_USER
password:
from_secret: DOCKER_PASS
repo: frashal/hsbc_converter
dockerfile: Dockerfile
tags: latest