mirror of
https://github.com/supanadit/todo.git
synced 2024-11-24 19:26:22 +00:00
feat: create basic setup build for drone ci
This commit is contained in:
parent
984572a334
commit
573bec89ba
13
.drone.yml
Normal file
13
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user