test(ci): syntax test

This commit is contained in:
nikurasu 2024-03-16 15:33:04 +01:00
parent 25fb7c1c97
commit 80818ed52d
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271
2 changed files with 12 additions and 1 deletions

11
.woodpecker.yml Normal file
View file

@ -0,0 +1,11 @@
steps:
- name: build docker
image: docker:25-cli
commands:
- REPO=echo "${CI_REPO}" | tr '[:upper:]' '[:lower:]'
- docker buildx build -t dev.cat-enby.club/${{REPO}}:${CI_COMMIT_TAG}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
- repo: nikurasu:elk-test-ci
- event: tag

View file

@ -162,7 +162,7 @@ export default defineNuxtConfig({
// our default translation server #76
translateApi: '',
// Use the instance where Elk has its Mastodon account as the default
defaultServer: 'm.webtoo.ls',
defaultServer: 'sector25.de',
singleInstance: false,
},
storage: {