run docker build
This commit is contained in:
parent
3443245e71
commit
6c729f16e1
1 changed files with 9 additions and 8 deletions
17
.drone.yml
17
.drone.yml
|
|
@ -9,9 +9,9 @@ services:
|
|||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
#trigger:
|
||||
# event:
|
||||
# - push
|
||||
|
||||
steps:
|
||||
- name: compute cache key
|
||||
|
|
@ -114,11 +114,11 @@ services:
|
|||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- promote
|
||||
target:
|
||||
- production
|
||||
#trigger:
|
||||
# event:
|
||||
# - promote
|
||||
# target:
|
||||
# - production
|
||||
|
||||
steps:
|
||||
- name: compute cache key
|
||||
|
|
@ -217,6 +217,7 @@ name: build-and-publish
|
|||
trigger:
|
||||
branch:
|
||||
- main
|
||||
- fix/imprintor
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue