First go at CI
This commit is contained in:
parent
78dde7bba3
commit
ec5a8c58a8
2 changed files with 19 additions and 0 deletions
17
.woodpecker.yml
Normal file
17
.woodpecker.yml
Normal 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
|
|
@ -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.
|
||||
|
||||
[](https://ci.gaycatgirl.sex/evie/kyanite)
|
||||
|
||||
## Usage
|
||||
|
||||
### Container
|
||||
|
|
Reference in a new issue