Seth Geoghegan
05/04/2022, 5:46 PMapp.stack(StackA).stack(StackB).stack(StackC)
, should I be able to deploy stackB to a shared
stage?
yarn run sst deploy stackB --stage=shared
Based on the error message I'm receiving, I cannot:
Stack shared-my-service-stackname is not found in your app.
I know I can deploy the entire app to the shared
stage, but that's not what I want herethdxr
05/04/2022, 5:48 PMSeth Geoghegan
05/04/2022, 6:00 PM