fix woodpecker pipeline definition

This commit is contained in:
crapStone 2024-07-23 21:39:46 +02:00
parent bc9111a05f
commit 200cfafe5e
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8

View file

@ -80,18 +80,13 @@ steps:
release:
depends_on: build
image: plugins/gitea-release:1.1.0
image: woodpeckerci/plugin-release:0.1.0
settings:
base_url: https://codeberg.org
file_exists: overwrite
files: build/codeberg-pages-server
api_key:
from_secret: bot_token
environment:
- CI_REPO_OWNER=${CI_REPO_OWNER}
- CI_REPO_NAME=${CI_REPO_NAME}
- CI_BUILD_EVENT=${CI_BUILD_EVENT}
- CI_COMMIT_REF=${CI_COMMIT_REF}
when:
- event: ['tag']
branch: