valos_halozat_hf/.drone.yml

11 lines
175 B
YAML
Raw Permalink Normal View History

2020-10-02 00:18:14 +02:00
kind: pipeline
type: docker
name: default
steps:
2020-10-02 00:39:25 +02:00
- name: run_homework
2020-10-02 00:18:14 +02:00
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 app.py