OD.WebApplication/.drone.yml

15 lines
220 B
YAML

kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: Build
commands:
- docker build -t aspnetapp .
- name: Start containers
commands:
- docker-compose up -d