changed drone
This commit is contained in:
parent
344fcef7d6
commit
054cbd3e93
12
.drone.yml
12
.drone.yml
@ -5,12 +5,12 @@ steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.jbranan.com
|
||||
registry: git.jonb.io
|
||||
dry_run: false
|
||||
username: jblu
|
||||
password:
|
||||
from_secret: gittea_drone
|
||||
repo: git.jbranan.com/jblu/phc
|
||||
repo: git.jonb.io/jblu/phc
|
||||
tags:
|
||||
- latest
|
||||
when:
|
||||
@ -19,19 +19,19 @@ steps:
|
||||
- name: docker-dev
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.jbranan.com
|
||||
registry: git.jonb.io
|
||||
dry_run: false
|
||||
username: jblu
|
||||
password:
|
||||
from_secret: gittea_drone
|
||||
repo: git.jbranan.com/jblu/phc
|
||||
repo: git.jonb.io/jblu/phc
|
||||
tags:
|
||||
- dev
|
||||
when:
|
||||
branch:
|
||||
- dev*
|
||||
- name: test-main
|
||||
image: git.jbranan.com/jblu/phc:latest
|
||||
image: git.jonb.io/jblu/phc:latest
|
||||
environment:
|
||||
PHC_PLEX_SECRET_TOKEN:
|
||||
from_secret: PHC_PLEX_SECRET_TOKEN
|
||||
@ -54,7 +54,7 @@ steps:
|
||||
branch:
|
||||
- main
|
||||
- name: test-dev
|
||||
image: git.jbranan.com/jblu/phc:dev
|
||||
image: git.jonb.io/jblu/phc:dev
|
||||
environment:
|
||||
PHC_PLEX_SECRET_TOKEN:
|
||||
from_secret: PHC_PLEX_SECRET_TOKEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user