Can anyone tell me if I can tell `sst deploy` to u...
# help
c
Can anyone tell me if I can tell
sst deploy
to use the output of a previous`sst build` ? It doesn't seem like running
sst build
before
sst deploy
makes it any quicker.
t
It doesn't make it quicker, sst build is mostly for debugging
I don't think you can specify deploy to skip building right now
c
Thanks! Was wondering if I could basically use the output of
sst build
as build artifacts so I can deploy to aws without needing node modules in my ci image No biggie tho
t
That makes sense, I'm doing some cleanup of the "artifacts" we generate and that'll pave the way to enable that
It's helpful for fast rollbacks too if you can just archive the artifacts and deploy them without rebuilding
c
Yep exactly, it'll be great to have but no worries I'm really loving SST so far, thank you all for the great framework!
a
I’m also interested in this in order to have “immutable” deployment artifacts for use in our deployment tool. It seems like Seed is doing this under the hood in some way, but the SST CLI doesn’t actually expose this functionality