Compare commits

...

2 Commits

Author SHA1 Message Date
5878b88a38 test
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-09 11:13:06 -05:00
054cbd3e93 changed drone 2023-08-06 23:25:31 -05:00
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
# phc
test