forked from Mirrors/elk
test(ci): syntax test
This commit is contained in:
parent
bc30a8bd82
commit
ef169d682f
2 changed files with 12 additions and 1 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal 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
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue