develop #49
1 changed files with 7 additions and 6 deletions
13
.drone.yml
13
.drone.yml
|
@ -85,11 +85,12 @@ steps:
|
||||||
from_secret: USERNAME
|
from_secret: USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: PASSWORD
|
from_secret: PASSWORD
|
||||||
when:
|
|
||||||
branch:
|
trigger:
|
||||||
- master
|
branch:
|
||||||
event:
|
- master
|
||||||
- push
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -98,7 +99,7 @@ name: manifest
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
|
|
Reference in a new issue