15
continuous-integration/drone/push Build is running Details

This commit is contained in:
giles 2023-10-19 19:32:20 +01:00
parent fa2a2b8733
commit a0cb0afea7
1 changed files with 15 additions and 8 deletions

View File

@ -257,16 +257,21 @@ volumes:
path: /etc/docker/daemon.json
trigger:
event:
- promote
target:
- build
branch:
- separate-database
#event:
#- promote
#target:
#- build
---
kind: pipeline
type: docker
name: deploy
depends_on:
- build
platform:
os: linux
arch: amd64
@ -350,9 +355,11 @@ steps:
from_secret: gitea-server-lfs-jwt-secret
trigger:
event:
- promote
target:
- deploy
branch:
- separate-database
#event:
#- promote
#target:
#- deploy
...