Initial commit.
continuous-integration/drone Build is passing Details

This commit is contained in:
Reily Siegel 2023-01-11 09:48:53 -05:00
commit 27d13f6b97
Signed by untrusted user: 1114
GPG Key ID: 508A5AD0A50F88AF
2 changed files with 23 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/parliamentarian/bylaw-builder
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
branch:
- master

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM debian:stable-slim
RUN apt update
RUN apt install -y emacs texlive git make