New project remote-scores-sync-zqds
This commit is contained in:
parent
fb53c9a4f1
commit
5fa94ecbed
7 changed files with 634 additions and 0 deletions
30
.drone.yml
30
.drone.yml
|
|
@ -224,6 +224,21 @@ steps:
|
|||
branch:
|
||||
- master
|
||||
|
||||
- name: docker remote-scores-sync-zqds
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: nemunaire/fic-remote-scores-sync-zqds
|
||||
auto_tag: true
|
||||
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
|
||||
dockerfile: Dockerfile-remote-scores-sync-zqds
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
|
@ -514,6 +529,21 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: docker remote-scores-sync-zqds
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: nemunaire/fic-remote-scores-sync-zqds
|
||||
auto_tag: true
|
||||
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
|
||||
dockerfile: Dockerfile-remote-scores-sync-zqds
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
|
|
|||
Reference in a new issue