From 5dcc83e3884041ee54035210b53db6c19d540900 Mon Sep 17 00:00:00 2001 From: "thorsten.spille" Date: Sat, 11 Jun 2022 22:23:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a00a80f..c9f248c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,7 @@ platform: steps: - name: build commands: - - ./run 3.10 \ No newline at end of file + - ./run 3.10 +- name: deploy + commands: + - cp ./python3-*.deb ~/ \ No newline at end of file