adding drone.yml++-++
continuous-integration/drone/push Build is passing Details

This commit is contained in:
terris Station 2019-12-10 16:07:15 -05:00
parent fe3daf2ed8
commit ef0dfbcb47
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
kind: pipeline
type: exec
type: docker
name: make-then-deploy
platform:
@ -9,6 +9,7 @@ platform:
steps:
- name: build
image: alpine
commands:
- echo testing
- echo $PWD
@ -18,3 +19,4 @@ trigger:
- master
event:
- push
...