feat: create basic setup build for drone ci

This commit is contained in:
Supan Adit Pratama 2022-04-13 06:15:59 +07:00
parent 984572a334
commit 573bec89ba

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: build-image
image: plugins/docker
settings:
repo: supanadit/todo
username:
from_secret: DOCKERUSER
password:
from_secret: DOCKERPASS