You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, webiny still insists on using local Pulumi backend:
# set PULUMI_ACCESS_TOKEN=.............
D:\project_win\lovia\lovia-webiny>yarn webiny pulumi api --env=dev -- logout
webiny info: Environment provided - selecting dev Pulumi stack.
webiny info: Running the following command in api folder:
webiny info: pulumi logout
D:\project_win\lovia\lovia-webiny>yarn webiny pulumi api --env=dev -- login https://api.pulumi.com
webiny info: Environment provided - selecting dev Pulumi stack.
webiny info: Running the following command in api folder:
webiny info: pulumi login https://api.pulumi.com
Logged in to pulumi.com as lovia (https://app.pulumi.com/lovia)
D:\project_win\lovia\lovia-webiny>yarn webiny pulumi api --env=dev -- whoami -v
webiny info: Environment provided - selecting dev Pulumi stack.
webiny info: Running the following command in api folder:
webiny info: pulumi whoami -v
User: DESKTOP-QFAS8L2\ceefour
Backend URL: file://D:/project_win/lovia/lovia-webiny/.pulumi/api
Webiny by default uses Pulumi local backend.
I have tried following the guide in https://www.pulumi.com/docs/intro/concepts/state/#migrating-between-backends with a bit of modification (https://about.lovia.life/docs/engineering/webiny/).
However, webiny still insists on using local Pulumi backend:
Expands #251
The text was updated successfully, but these errors were encountered: