python-env-docker/.drone.yml
Ching 056eaaf60d
Some checks reported errors
continuous-integration/drone Build encountered an error
continuous-integration/drone/push Build is failing
feat(Dockerfile, .drone.yml, requirements.txt): 增加依赖文件,增加部署脚本
增加依赖文件,增加部署脚本

Signed-off-by: Ching <loooching@gmail.com>
2024-02-07 20:06:27 +08:00

21 lines
389 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build-and-push
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.tunpok.com/ching/python-env
registry: git.tunpok.com
tags: latest
volumes:
- name: dockersock
host:
path: /var/run/docker.sock