mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
758 B
758 B
Read this on the main serverless docs site
Deploy
The serverless deploy command deploys your entire service via the Google Cloud API. Run this command when you have made service changes (i.e., you edited serverless.yml).
serverless deploy
Artifacts
After the serverless deploy command runs all created deployment artifacts are placed in the .serverless folder of the service.