Only build and publish docker container when branch master
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -77,11 +77,11 @@ steps:
|
|||||||
from_secret: PLEX_IP
|
from_secret: PLEX_IP
|
||||||
PLEX_TOKEN:
|
PLEX_TOKEN:
|
||||||
from_secret: PLEX_TOKEN
|
from_secret: PLEX_TOKEN
|
||||||
# when:
|
when:
|
||||||
# event:
|
event:
|
||||||
# - push
|
- push
|
||||||
# branch:
|
branch:
|
||||||
# - master
|
- master
|
||||||
|
|
||||||
# - name: deploy
|
# - name: deploy
|
||||||
# image: appleboy/drone-ssh
|
# image: appleboy/drone-ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user