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