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

View File

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