Valentin CZERYBA 1caaac3485
Some checks reported errors
continuous-integration/drone Build was killed
continuous-integration/drone/push Build was killed
add drone yml
2022-10-28 21:33:15 +02:00

23 lines
457 B
Plaintext

drone_gitea_server: https://git.valczeryba.ovh
drone_server_host: drone.valczeryba.ovh:8000
drone_agents_enabled: true
drone_server_proto: http
drone_tls_autocert: false
drone_open: false
drone_host: http://localhost:8000
drone_rpc_server: drone-server:8000
msg: drone
project_src: "/home/valentin/drone"
project_directory:
- "{{ project_src }}"
project_env: env-drone.j2
docker_compose_file: "docker-compose-drone.yml"
ports_tcp:
- 8000
- 9000