Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 328 Bytes

File metadata and controls

24 lines (18 loc) · 328 Bytes

Deploy Drone To Your Project

Pre requirements

  • Drone Server
  • Drone Runner [Exec]

local Run

flask --app app run --debug

gunicorn

gunicorn app:app

Deploy on Docker-compose mode

docker compose up --no-deps --force-recreate --build -d

Drone

https://drone.bbdw.online/