fix: tidy up a little
Signed-off-by: David Flanagan <david@rawkode.dev>
This commit is contained in:
parent
88748d3563
commit
574e9ccf16
@ -9,8 +9,9 @@ dagger.#Plan & {
|
|||||||
client: {
|
client: {
|
||||||
filesystem: "./": read: contents: dagger.#FS
|
filesystem: "./": read: contents: dagger.#FS
|
||||||
env: {
|
env: {
|
||||||
PULUMI_CONFIG_PASSPHRASE: dagger.#Secret
|
PULUMI_ACCESS_TOKEN: dagger.#Secret
|
||||||
PULUMI_ACCESS_TOKEN: dagger.#Secret
|
// If not using Pulumi SaaS, use CONFIG_PASSPHRASE
|
||||||
|
// PULUMI_CONFIG_PASSPHRASE: dagger.#Secret
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
actions: rawkode: pulumi.#Up & {
|
actions: rawkode: pulumi.#Up & {
|
||||||
|
@ -71,7 +71,6 @@ import (
|
|||||||
}
|
}
|
||||||
node_modules: {
|
node_modules: {
|
||||||
dest: "/src/node_modules"
|
dest: "/src/node_modules"
|
||||||
type: "cache"
|
|
||||||
contents: core.#CacheDir & {
|
contents: core.#CacheDir & {
|
||||||
id: "pulumi-npm-cache"
|
id: "pulumi-npm-cache"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user