mirror of
https://github.com/supanadit/todo.git
synced 2024-11-25 03:46:24 +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