forked from Mirrors/keyoxide-web
Update drone
This commit is contained in:
parent
956ce07ef9
commit
46c1e6613b
1 changed files with 6 additions and 5 deletions
11
.drone.yml
11
.drone.yml
|
@ -34,8 +34,6 @@ steps:
|
|||
commands:
|
||||
- docker run -d -e "TWITTER_API_AUTH=$${TWITTER_API_AUTH}" --name keyoxide -h keyoxide --network dc_web keyoxide/keyoxide:stable
|
||||
|
||||
depends_on:
|
||||
- build-stable-container
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
@ -43,6 +41,9 @@ trigger:
|
|||
event:
|
||||
- push
|
||||
|
||||
depends_on:
|
||||
- build-stable-container
|
||||
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
|
@ -79,11 +80,11 @@ steps:
|
|||
commands:
|
||||
- docker run -d -e "TWITTER_API_AUTH=$${TWITTER_API_AUTH}" --name keyoxide-dev -h keyoxide --network dc_web keyoxide/keyoxide:dev
|
||||
|
||||
depends_on:
|
||||
- build-dev-container
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- dev
|
||||
event:
|
||||
- push
|
||||
|
||||
depends_on:
|
||||
- build-dev-container
|
||||
|
|
Loading…
Reference in a new issue