diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 00000000..fba24e4e --- /dev/null +++ b/.woodpecker.yml @@ -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 diff --git a/nuxt.config.ts b/nuxt.config.ts index 8d77a0f1..82b43a24 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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: {