From db17a9d93ec20de5ba20d599aa9852ca354ba29e Mon Sep 17 00:00:00 2001 From: william Date: Wed, 18 Sep 2024 14:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5.drone.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..7a61d84 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: run + commands: + - pip install -r requirements.txt + - python ui.py + +... \ No newline at end of file