diff --git a/examples/simple-s3/main.cue b/examples/simple-s3/main.cue index 848ffc96..3301655b 100644 --- a/examples/simple-s3/main.cue +++ b/examples/simple-s3/main.cue @@ -16,7 +16,9 @@ bucket: *"dagger-io-examples" | string @dagger(input) // Source code to deploy source: dagger.#Artifact @dagger(input) -url: "\(deploy.url)index.html" + +// Deployed URL +url: "\(deploy.url)index.html" @dagger(output) deploy: s3.#Put & { always: true