add woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
stryan 2024-06-17 23:54:12 -04:00
parent b9d50931ad
commit 152bccf758

20
.woodpecker.yaml Normal file
View File

@ -0,0 +1,20 @@
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build-container
image: plugins/docker
settings:
repo: git.saintnet.tech/stryan/simpbot
registry: git.saintnet.tech
password:
from_secret: build_pass
username:
from_secret: build_username
dockerfile: Containerfile
tags: latest
layers: true
when:
- branch: master
event: push