You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/deploying.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This is the main method for doing deployments with the Serverless Framework:
11
11
serverless deploy
12
12
```
13
13
14
-
Use this method when you have updated your Function, Event or Resource configuration in `serverless.yml` and you want to deploy that change (or multiple changes at the same time) to Amazon Web Services.
14
+
Use this method when you have updated your Function, Event or Resource configuration in `serverless.yml` and you want to deploy that change (or multiple changes at the same time) to Tencent Cloud.
15
15
16
16
**Note:** You can always enforce a deployment using the `--force` option, or specify a different configuration file name with the the `--config` option.
17
17
@@ -58,4 +58,4 @@ serverless deploy function --function myFunction
58
58
- Use this when you are developing and want to test because it's much faster.
59
59
- During development, people will often run this command several times, as opposed to `serverless deploy` which is only run when larger infrastructure provisioning is required.
60
60
61
-
Check out the [deploy command docs](../cli-reference/deploy.md) for all details and options.
61
+
Check out the [deploy command docs](../cli-reference/deploy.md) for all details and options.
0 commit comments