Rebuild plexpass after a successful public release
This commit is contained in:
parent
dfe55becd6
commit
e1505bd365
13
.drone.yml
13
.drone.yml
@ -45,3 +45,16 @@ pipeline:
|
||||
- docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- docker push adamant/plexmediaserver
|
||||
- echo "CONGRATS! SUCCESSFULLY BUILT PLEX VERSION "$CUR_VERSION
|
||||
|
||||
downstream:
|
||||
image: plugins/downstream
|
||||
secrets: [ DOWNSTREAM_TOKEN ]
|
||||
server: https://drone.adam-ant.co.uk
|
||||
fork: true
|
||||
repositories:
|
||||
# A public release potentially means an
|
||||
# updated plexpass release - update that too!
|
||||
- Adam-Ant/docker-plex-tiny@pass
|
||||
when:
|
||||
event: [ push, tag, deployment ]
|
||||
status: [ success ]
|
||||
|
Loading…
Reference in New Issue
Block a user