David Marquez
03/02/2021, 9:19 AMsst.json
stage becomes irrelevant (or does it?).
But my issue is rather on merging changes between the dev and dev1 branches where we're overriding the sst.json
and bouncing back and forth between dev
and dev1
. How do I go about this or is there a better approach to this? Perhaps more insight as well into how SEED manages the sst.json file would be great.
{
"name": "beta-courier",
"stage": "dev",
"region": "ap-southeast-1",
"lint": true
}
Jay
sst.json
. And dev1
is the name of the stage on Seed. If dev1 is also the branch that's connected to that stage, then any git push to that branch should trigger a deploy to that stage and it'll use the above command. Does that help?