测试Drone Fleet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
397 B

3 years ago
kind: pipeline
type: docker
name: default
steps:
3 years ago
- name: compile
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- sh build.sh
- name: build-image
image: plugins/docker
3 years ago
settings:
dockerfile: SimpleDevApi/Dockerfile
3 years ago
tags: latest
repo: "110.42.210.85:2500/SimpleDevApi/SimpleDevApi:latest"
3 years ago
username:
from_secret: admin
password:
from_secret: AllNet123