From b1813009304ed6585b7386be7b062206725d916b Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Mon, 24 May 2021 18:56:41 -0700 Subject: [PATCH] examples/simple-s3: added comment for input description Signed-off-by: Sam Alba --- examples/simple-s3/main.cue | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/simple-s3/main.cue b/examples/simple-s3/main.cue index 046da4e7..848ffc96 100644 --- a/examples/simple-s3/main.cue +++ b/examples/simple-s3/main.cue @@ -14,6 +14,7 @@ awsConfig: aws.#Config & { // Name of the S3 bucket to use bucket: *"dagger-io-examples" | string @dagger(input) +// Source code to deploy source: dagger.#Artifact @dagger(input) url: "\(deploy.url)index.html"