sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.08k stars 126 forks source link

Discussion: How to use Ion in CI/CD #464

Closed kxseilerjo closed 1 month ago

kxseilerjo commented 1 month ago

So, I don't know whether this is known or even intentional, but with an Ion version of SST you can't do

npx sst deploy in CI/CD environments anymore, or rather you can't use SST over Npx anywhere at all anymore.

So are you supposed to just install the new SST CLI in CI/CD environments as well?

thdxr commented 1 month ago

yeah currently people are just running the curl command to install sst in their ci environments

we will be releasing CI solutions soon