From ef169d682faa094716232e52f665580416eb3269 Mon Sep 17 00:00:00 2001 From: nikurasu Date: Sat, 16 Mar 2024 15:33:04 +0100 Subject: [PATCH] test(ci): syntax test --- .woodpecker.yml | 11 +++++++++++ nuxt.config.ts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .woodpecker.yml 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 754ef5f6..8b83da45 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: {