Renaming .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-18 17:04:52 +10:00
parent 7abd80a00e
commit ce3d8adc5f

14
.drone.yml 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