Compare commits
4 Commits
eca3e3920f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
256488187e | ||
|
|
9576004c4b | ||
|
|
4b75a8fb32 | ||
|
|
9bf1d46ce3 |
24
.drone.yml
24
.drone.yml
@@ -4,33 +4,39 @@ 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/crane
|
||||
repo: git.jonb.io/jblu/crane
|
||||
tags:
|
||||
- latest
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: docker-test
|
||||
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/crane
|
||||
repo: git.jonb.io/jblu/crane
|
||||
tags:
|
||||
- dev
|
||||
when:
|
||||
branch:
|
||||
- dev*
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: test-main
|
||||
image: git.jbranan.com/jblu/crane:latest
|
||||
image: git.jonb.io/jblu/crane:latest
|
||||
environment:
|
||||
CRANE_HOST:
|
||||
from_secret: CRANE_HOST
|
||||
@@ -46,8 +52,11 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: test-dev
|
||||
image: git.jbranan.com/jblu/crane:dev
|
||||
image: git.jonb.io/jblu/crane:dev
|
||||
environment:
|
||||
CRANE_HOST:
|
||||
from_secret: CRANE_HOST
|
||||
@@ -63,3 +72,6 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- dev*
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
@@ -1,2 +1,4 @@
|
||||
# crane
|
||||
App to make sure specified containers are running in portainer
|
||||
|
||||
a
|
||||
Reference in New Issue
Block a user