examples/jamstack: use a inputs.yaml instead of cue code
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
@@ -3,12 +3,13 @@ package main
|
||||
import (
|
||||
"dagger.io/dagger"
|
||||
"dagger.io/aws/ecs"
|
||||
"dagger.io/git"
|
||||
)
|
||||
|
||||
// Backend configuration
|
||||
backend: {
|
||||
// Source code to build this container
|
||||
source: dagger.#Artifact
|
||||
source: git.#Repository | dagger.#Artifact
|
||||
|
||||
// Container environment variables
|
||||
environment: [string]: string
|
||||
|
Reference in New Issue
Block a user