docs/sf/guides/dashboard/cicd/faq.md
Yes. No credit card required, just sign up. Free tier only supports public repos. Upgrade to a paid tier to use CI/CD with private repos.
Yes! You can add preview deployments to your CI/CD Settings. This will automatically test and deploy your service from a pull request. The results will be posted in the pull request status. You can also setup auto deletion of deployed resources for preview deployments so that “sls remove” is automatically run when your feature branch is merged and deleted.
Yes! Add other branch deployments to configure from any branch to any stage. We see a lot of folks deploy to a staging environment from the master branch, and to production from a production branch.
Yes! You can use deployment profiles to add as many AWS Accounts as you would like, and map them to individual stages in your application.
Yes! Serverless CI/CD is designed around the Serverless Framework to provide a seamless experience for developers. Anything you can deploy with the Serverless Framework you can deploy with Serverless CI/CD. The Serverless Framework is extensible with Plugins , so it works with a broad range of services.
Only the most popular runtimes, Node and Python, are currently supported. These two runtimes account for about 90% of all serverless services. Support for other runtimes is coming soon.
Only AWS is supported at this time; however, support for other cloud service providers is coming.
Nope! Serverless CI/CD is a 100% SaaS and managed for you.