From fdb5b89f290270433f4526ee9501d7665bcddcfb Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 2 Sep 2023 13:42:17 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..93432c1 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +--- +kind: pipeline +name: python + +steps: +- name: Update file + image: python + commands: + - python scripts/script.py + +- name: file + image: python + commands: + - python scripts/script1.py + when: + status: + - success \ No newline at end of file