diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..646918f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline # 定义一个管道 +type: docker # 当前管道的类型 +name: test # 当前管道的名称 +steps: # 定义管道的执行步骤 + - name: test # 步骤名称 + image: node:latest # 当前步骤使用的镜像 + commands: # 当前步骤执行的命令 + - echo 测试drone执行 \ No newline at end of file diff --git a/UserPointManagement.sln b/UserPointManagement.sln index e4409cd..e893d5d 100644 --- a/UserPointManagement.sln +++ b/UserPointManagement.sln @@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Dockerfile = Dockerfile README.md = README.md NuGet.Config = NuGet.Config + .drone.yml = .drone.yml EndProjectSection EndProject Global