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