Hello, looking at transferring my work from using ...
# seed
g
Hello, looking at transferring my work from using serverless.com to sst+seed and was curious about the auto-deploy prs feature. How exactly does the feature work? Looking at the docs rn I do not really see it explained but maybe I am overlooking it. I assume it should be possible to make the prs deploy to a specific aws account separate from every other stage? And whenever the pr is closed does it automatically delete all the resources from aws?
Ah yes was definitely overlooking it just found it: https://seed.run/docs/working-with-pull-requests 🙂
f
Hey @Garret Harp, yup. When you enable the PR workflow, you have to pick a stage to inherit the settings from, like IAM credentials, notifications, env vars, etc.
Usually that’s one of the Development stages. You can also create a “placeholder” stage to house the settings.
Let me know if you got any questions.