baloon/.woodpecker/build.yaml

25 lines
497 B
YAML

steps:
build:
image: transactcharlie/docker-nuitka
commands:
- nuitka3 src/main.py -o baloon
- ls -lh
- file baloon
release:
# image: woodpeckerci/plugin-gitea-release
image: plugins/gitea-release
settings:
base_url: https://git.zunet.ru
files:
- "baloon"
api_key:
from_secret: SEC1
target: main
title: Ti ${CI_COMMIT_TAG##v}
# depends_on:
# - build
when:
- event: tag
ref: refs/tags/v*