delete drone files

This commit is contained in:
2025-08-22 22:44:20 +03:00
parent 5f374394bb
commit b2c5a05c90
3 changed files with 0 additions and 23 deletions

View File

@@ -1,10 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: python:3.11
commands:
- pip install -r requirements.txt
- python your_script.py

View File

@@ -1,6 +0,0 @@
steps:
- name: build
image: plugins/docker
settings:
repo: youruser/your-image
docker_host: ssh://user@host

View File

@@ -1,7 +0,0 @@
steps:
- name: build
image: your_private_registry/your_image:tag
image_pull_secrets:
- dockerconfigjson
commands:
- # your build command