feat-add-woodpecker #1

Merged
Nikurasu merged 16 commits from feat-add-woodpecker into main 2024-03-18 13:42:55 +00:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit ef169d682f - Show all commits

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 // our default translation server #76
translateApi: '', translateApi: '',
// Use the instance where Elk has its Mastodon account as the default // Use the instance where Elk has its Mastodon account as the default
defaultServer: 'm.webtoo.ls', defaultServer: 'sector25.de',
singleInstance: false, singleInstance: false,
}, },
storage: { storage: {