site/.woodpecker.yml

13 lines
220 B
YAML
Raw Normal View History

2022-03-29 16:10:52 +02:00
platform: 'linux/amd64'
branch: 'main'
pipeline:
release:
image: 'plugins/docker'
settings:
repo: 'chewingbever/site'
tag: 'latest'
secrets:
- 'docker_username'
- 'docker_password'