OD.WebApplication/.drone.yml

15 lines
220 B
YAML
Raw Permalink Normal View History

2020-07-13 01:53:25 +00:00
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