aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'builds.sr.ht/index.md')
-rw-r--r--builds.sr.ht/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md
index 7b9752f..a566d39 100644
--- a/builds.sr.ht/index.md
+++ b/builds.sr.ht/index.md
@@ -28,10 +28,10 @@ environment and steps to run in that environment. A very simple example could
be:
image: alpine/edge
- steps:
- say hello: |
+ tasks:
+ say-hello: |
echo hello
- say world: |
+ say-world: |
echo world
When you submit this build, we'll fire up a virtual machine running an