diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e81b961 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +name: default + +steps: +- name: docker + image: plugins/docker + settings: + username: ericxliu + password: dckr_pat_4k5HFujQ_KgpqlLCnZJKN1i_U2E + repo: ericxliu/bar + tags: latest