forked from serverless/serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add page for best practices on CI/CD
- Loading branch information
1 parent
05eec83
commit 3c5c72a
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- | ||
title: Serverless Dashboard - CI/CD Best Practices | ||
menuText: Best Practices | ||
layout: Doc | ||
--> | ||
|
||
<!-- DOCS-SITE-LINK:START automatically generated --> | ||
|
||
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/dashboard/cicd/best-practices/) | ||
|
||
<!-- DOCS-SITE-LINK:END --> | ||
|
||
# Serverless CI/CD Best Practices | ||
|
||
|
||
Serverless Framework Pro provides a lot of capabilities out of the box to help you manage and deploy | ||
your services. As your teams grow and the number of services grow, it can be difficult to know | ||
the best way to organize your services for scale. | ||
|
||
|
||
To help you manage and deploy your services at scale, check out the | ||
[Serverless CI/CD Workflow Guide](https://serverless.com/learn/guides/cicd/) for our recommendations | ||
on organizing your apps, servies, repos and automating your release process. |