portainer-template/.drone.yml
2023-09-02 13:42:17 +02:00

17 lines
218 B
YAML

---
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