mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
20 lines
497 B
YAML
20 lines
497 B
YAML
pipeline:
|
|
build-contact-center:
|
|
group: build
|
|
image: plugins/docker
|
|
context: contact-center
|
|
dockerfile: contact-center/Dockerfile
|
|
repo: chatopera/contact-center
|
|
tags: develop
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
build-cc-switch:
|
|
group: build
|
|
image: plugins/docker
|
|
context: cc-switch/app
|
|
dockerfile: cc-switch/app/Dockerfile
|
|
repo: chatopera/cc-switch
|
|
tags: develop
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
branches: develop |