separate-database #2

Merged
giles merged 16 commits from separate-database into master 2023-10-20 10:16:52 +00:00
1 changed files with 15 additions and 8 deletions
Showing only changes of commit 16e37774ac - Show all commits

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