Question regarding setup CI/CD for a project based on SST. What benefits "seed" CI/CD bring to the table over github actions? Given that SST framework already takes care of incremental deployment, why would someone choose "seed" over github actions.
t
thdxr
11/16/2021, 12:02 AM
To give us money!
thdxr
11/16/2021, 12:03 AM
Jk SST builds are free right now I believe. I recommend signing up and playing with Seed, it has some nice serverless focused features like seeing your deployed resources, issues happening in your functions, and notifications for that
thdxr
11/16/2021, 12:04 AM
There's a lot of features that make it work more smoothly out of the box. That said if you just need a basic builder you should have no issue building it in GH actions
f
Frank
11/16/2021, 1:32 AM
Yeah, just to add that most folks find the pipeline view of SEED useful. Essentially, it gives you an overview of the app across all your environments.