22 lines
393 B
YAML
22 lines
393 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: "Backend"
|
|
|
|
steps:
|
|
# - name: test
|
|
# image: mcr.microsoft.com/dotnet/sdk:8.0
|
|
# commands:
|
|
# - dotnet build
|
|
# - dotnet test
|
|
|
|
- name: publish
|
|
image: plugins/docker
|
|
settings:
|
|
username: prtsie
|
|
password:
|
|
from_secret: docker_pass
|
|
registry: git.prtsie.ru
|
|
repo: git.prtsie.ru/prtsie/schengen-visa-${DRONE_BRANCH}
|
|
tags:
|
|
- latest
|