echo-example/.woodpecker.yaml

21 lines
320 B
YAML
Raw Normal View History

2024-10-19 13:41:52 +00:00
---
when:
event:
- push
steps:
build:
image: alpine
name: Build project
privileged: false
commands:
- envsubst < scripts.sh > project.sh
- chmod +x project.sh
environment:
MESSAGE: hello
run:
image: alpine
name: Run the project
commands:
- ./project.sh