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