Thibault
05/27/2021, 7:39 AMHELLO in a feature_A branch.
3. I declare a new service in SEED for HELLO, and define the service in my deployment phases.
4. I push my feature_A branch, so it's deployed in my DEV stage, and it deploys my HELLO service.
5. I merge in my dev branch another feature, feature_B, which doesn't include the new HELLO service.
6. It triggers deployment on stage STAGING, but it will fail because STAGING tries to deploy the service HELLO, which doesn't exist in the dev branch.
The same with a Serverless Framework service is handled by SEED, the service is skipped, and the deployment phases continue without failing.
Can you explain to me know the right way to add a new SST service in SEED?
ThanksFrank
Frank
Thibault
05/27/2021, 6:58 PMFrank
Frank
Thibault
05/28/2021, 1:11 PMAdriƔn Mouly
05/30/2021, 6:23 AMdev? I donāt find a way to point multiple branches to one stage.AdriĆ”n Mouly
05/30/2021, 6:25 AMThibault
06/01/2021, 7:21 AMAdriƔn Mouly
06/01/2021, 12:20 PM