mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix tag triggers for drone
This commit is contained in:
parent
cdb9460fcc
commit
74af6a2064
1 changed files with 3 additions and 4 deletions
|
@ -35,8 +35,10 @@ steps:
|
|||
tags: dev
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- dev
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
|
||||
---
|
||||
|
||||
|
@ -59,10 +61,7 @@ steps:
|
|||
- docker run -d -e "TWITTER_API_AUTH=$${TWITTER_API_AUTH}" --name keyoxide -h keyoxide --network dc_web keyoxide/keyoxide:stable
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue