v0.1
This commit is contained in:
10
drone/drone.yaml
Normal file
10
drone/drone.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: python:3.11
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- python your_script.py
|
6
drone/drone_connect_remote_dc=ocker.yaml
Normal file
6
drone/drone_connect_remote_dc=ocker.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: youruser/your-image
|
||||
docker_host: ssh://user@host
|
7
drone/drone_dockler_registry.yaml
Normal file
7
drone/drone_dockler_registry.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
steps:
|
||||
- name: build
|
||||
image: your_private_registry/your_image:tag
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
commands:
|
||||
- # your build command
|
Reference in New Issue
Block a user