examples: clarify react-netlify instructions
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
35028b5d57
commit
b90f6d5b2d
@ -13,7 +13,11 @@ repository: git.#Repository & {
|
||||
|
||||
todoApp: netlify.#Site & {
|
||||
account: {
|
||||
token: string // Fill using --input-string todoApp.account.token=XXX
|
||||
// Create an API token in your Netlify account settings
|
||||
// https://app.netlify.com/user/applications/personal
|
||||
//
|
||||
// Fill using --input-string todoApp.account.token=XXX
|
||||
token: string
|
||||
}
|
||||
|
||||
name: "dagger-example-react-netlify"
|
||||
|
Reference in New Issue
Block a user