blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add auto file

Co-authored-by: Ona <no-reply@ona.com>

+13
+13
.ona/automations.yaml
··· 1 + services: 2 + blog: 3 + name: Blog Server 4 + description: Serves the Jekyll blog 5 + commands: 6 + start: | 7 + bundle install 8 + bundle exec jekyll serve --host 0.0.0.0 --port 4000 9 + ready: | 10 + curl -s http://localhost:4000 > /dev/null && echo "Blog is ready" || exit 1 11 + triggeredBy: 12 + - postEnvironmentStart 13 +