Update .drone.yml
parent
37d73181e3
commit
8ab1f60bc3
11
.drone.yml
11
.drone.yml
|
|
@ -44,3 +44,14 @@ steps:
|
|||
- chmod +x ./build.sh
|
||||
- ./build.sh
|
||||
- php builds/backupper
|
||||
|
||||
- name: publish
|
||||
image: plugins/github-release
|
||||
environment:
|
||||
BUILD_VERSION: "1.0.1-pre"
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: api_key
|
||||
files:
|
||||
- builds/*
|
||||
title: $BUILD_VERSION
|
||||
|
|
|
|||
Loading…
Reference in New Issue