feat(初始项目): 初始项目

This commit is contained in:
2021-01-08 15:07:35 +08:00
parent f958a0f3b7
commit 861ea2e9f0
3 changed files with 83 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
kind: pipeline
type: docker
name: docker
steps:
- name: docker
pull: if-not-exists
image: plugins/docker
settings:
repo: xiaoqidun/pfenv
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile