First go at CI

This commit is contained in:
Evie Viau-Chow-Stuart 2023-02-22 00:00:39 -08:00
parent 78dde7bba3
commit ec5a8c58a8
Signed by: evie
GPG key ID: 928652CDFCEC8099
2 changed files with 19 additions and 0 deletions

17
.woodpecker.yml Normal file
View file

@ -0,0 +1,17 @@
pipeline:
build:
image: rust
commands:
- cargo build
publish-rolling:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
platforms: linux/amd64, linux/arm64/v8
repo: git.gaycatgirl.sex/evie/kyanite:latest
registry: git.gaycatgirl.sex
tags: latest
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push

View file

@ -4,6 +4,8 @@ Rusty CMS/Blogging engine thingamabob™
> ⚠️ Kyanite is still **very** early in development and may **not** be ready for your uses just yet! Containers are also on a rolling release.
[![status-badge](https://ci.gaycatgirl.sex/api/badges/evie/kyanite/status.svg)](https://ci.gaycatgirl.sex/evie/kyanite)
## Usage
### Container