From 503ddfbcc49c19cbb6b2cbb33bb0c9ede1b7df2c Mon Sep 17 00:00:00 2001 From: eric Liu Date: Fri, 10 Feb 2023 04:00:48 +0000 Subject: [PATCH] Add '.drone.yml' --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml 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