examples/simple-s3: added comment for input description
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
16553b2e2a
commit
b181300930
@ -14,6 +14,7 @@ awsConfig: aws.#Config & {
|
|||||||
// Name of the S3 bucket to use
|
// Name of the S3 bucket to use
|
||||||
bucket: *"dagger-io-examples" | string @dagger(input)
|
bucket: *"dagger-io-examples" | string @dagger(input)
|
||||||
|
|
||||||
|
// Source code to deploy
|
||||||
source: dagger.#Artifact @dagger(input)
|
source: dagger.#Artifact @dagger(input)
|
||||||
url: "\(deploy.url)index.html"
|
url: "\(deploy.url)index.html"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user