diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 00000000..49be00ea --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,19 @@ +steps: + - name: build docker + image: docker:25-cli + secrets: [user, pass] + commands: + - apk add git + - REPO=$(echo "$CI_REPO" | tr '[:upper:]' '[:lower:]') + - REGISTRY="dev.cat-enby.club" + - MAJOR=$(echo ${CI_COMMIT_TAG} | cut -d '.' -f 1 | tr -d 'v') + - MINOR=$(echo ${CI_COMMIT_TAG} | cut -d '.' -f 2) + - PATCH=$(echo ${CI_COMMIT_TAG} | cut -d '.' -f 3) + - docker buildx build -t $${REGISTRY}/$${REPO}:v$${MAJOR:-0}.$${MINOR:-0}.$${PATCH-0} -t $${REGISTRY}/$${REPO}:v$${MAJOR:-0}.$${MINOR} -t $${REGISTRY}/$$REPO:v$${MAJOR:-0} -t $${REGISTRY}/$$REPO:latest . + - docker login --username $USER --password $PASS $${REGISTRY} + - docker push $${REGISTRY}/$${REPO}:v$${MAJOR:-0}.$${MINOR:-0}.$${PATCH-0} + 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: {