Browse Source

ces

master
Nice 3 years ago
parent
commit
a26da3d81e
  1. 17
      .drone.yml
  2. 5
      SimpleDevApi.sln

17
.drone.yml

@ -0,0 +1,17 @@
kind: pipeline
type: docker
name: default
steps:
- name: simple
image: alpine
settings:
dockerfile: SimpleDevApi/Dockerfile
tags: 110.42.210.85:2500/seed_cloud/shapecomparison:latest
insecure: true
repo: "110.42.210.85:2500/seed_cloud/shapecomparison:latest"
registry: "http://110.42.210.85:2500"
username:
from_secret: admin
password:
from_secret: AllNet123

5
SimpleDevApi.sln

@ -5,6 +5,11 @@ VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDevApi", "SimpleDevApi\SimpleDevApi.csproj", "{DC8E3FE4-A24F-421E-A38D-A82FD9A05ADC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{279190B1-8747-44B3-AAF6-28B8CF30E61C}"
ProjectSection(SolutionItems) = preProject
.drone.yml = .drone.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU

Loading…
Cancel
Save