woodpecker-test/.woodpecker.yml

17 lines
280 B
YAML

pipeline:
build:
image: alpine
commands:
- touch example.md
- printenv
artifacts:
image: gitea-package
settings:
user:
from_secret: gitea_user
token:
from_secret: gitea_token
file: "*.md"
version: dev