Add CI/CD.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Reily Siegel 2023-01-11 15:18:30 -05:00
parent 121fb3f4f5
commit 7480768ed2
Signed by untrusted user: 1114
GPG Key ID: 508A5AD0A50F88AF
1 changed files with 19 additions and 0 deletions

19
.drone.yml Normal file
View File

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