Files
podi/recipe/helloworld.yaml
2022-02-22 06:54:02 +01:00

13 lines
234 B
YAML

app: |-
#!/bin/sh
echo "PID=$(cat .pid) => $(date) PORT=$PORT"
while sleep 1; do printf .; done
foo: |-
bar
flop
cmd:
- chmod 755 app
- echo "export PORT=$(awk 'BEGIN{ srand(); print int(rand()*1000)+8000 }')" > .env