I have created multiple Serverless.yml(like serverless1.yml, serverless2.yml... so on) files, I am able to deploy one by one using cd with going back to each folder, but I want to deploy the stacks one after another in sequential order using a single sevrerless.yml or shell script file?
question from:https://stackoverflow.com/questions/65661823/how-to-deploy-multiple-serverless-yml-files-one-after-anothersequentially