echo-example/.woodpecker.yaml
Nikolai Rodionov 92d20db1ec
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add CICD
2024-10-19 15:41:52 +02:00

21 lines
320 B
YAML

---
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