Testing drone integration
This commit is contained in:
parent
8163319229
commit
5c877938f1
1 changed files with 14 additions and 0 deletions
14
.drone.yaml
Normal file
14
.drone.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue