---
when:
event:
- push
steps:
build:
image: alpine
name: Build project
privileged: false
commands:
- apk update && apk add envsubst
- envsubst < scripts.sh > project.sh
- chmod +x project.sh
environment:
MESSAGE: hello
run:
name: Run the project
- ./project.sh