drone.yml: drone gitea release try to get triggerable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Ballard 2021-04-27 13:34:05 -07:00
parent 8c6156385a
commit 4b95bbfe3e
1 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,9 @@ steps:
from_secret: buildfiles_key from_secret: buildfiles_key
secrets: [gogs_account_token] secrets: [gogs_account_token]
when: when:
event: push event:
- push
- tag
status: [ success ] status: [ success ]
commands: commands:
- echo $BUILDFILES_KEY > ~/id_rsab64 - echo $BUILDFILES_KEY > ~/id_rsab64
@ -127,7 +129,7 @@ volumes:
temp: {} temp: {}
trigger: trigger:
repo: flutter/libcwtch-go #repo: flutter/libcwtch-go
branch: trunk branch: trunk
event: event:
- push - push