serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
26 lines (17 loc) • 785 B
Markdown
<!--
title: Serverless Framework Commands - Alibaba Cloud Function Compute - Deploy
menuText: deploy
menuOrder: 4
description: Deploy your service to the specified provider
layout: Doc
-->
<!-- DOCS-SITE-LINK:START automatically generated -->
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/aliyun/cli-reference/deploy)
<!-- DOCS-SITE-LINK:END -->
# Alibaba Cloud - Deploy
The `serverless deploy` command deploys your entire service via the Alibaba Cloud API. Run this command when you have made service changes (i.e., you edited `serverless.yml`).
```bash
serverless deploy
```
## Artifacts
After the `serverless deploy` command runs all created deployment artifacts are placed in the `.serverless` folder of the service.