Add CI/CD.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
121fb3f4f5
commit
7480768ed2
|
|
@ -0,0 +1,19 @@
|
|||
kind: pipeline
|
||||
name: bylaw-builder
|
||||
type: docker
|
||||
|
||||
|
||||
steps:
|
||||
- name: docker-image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.axpdsp.org
|
||||
repo: git.axpdsp.org/secretary/waitonbot
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
Loading…
Reference in New Issue