diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2019-04-05 16:31:15 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2019-04-05 16:31:15 +0200 |
commit | 20edd05db18dd6c27b93ebe7f35c995e91aab3ef (patch) | |
tree | e28289fc77ccd5049b0d426e4bf1abdb4bb02d78 | |
parent | 626c0d64dc45a6b345b4a1b2bb020e6e04ba573a (diff) | |
download | gitlab-ce-20edd05db18dd6c27b93ebe7f35c995e91aab3ef.tar.gz |
Copy-edit new serverless documentationfeature/gb/serverless-switch-to-gitlabktl
-rw-r--r-- | doc/user/project/clusters/serverless/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md index f2cb619cb15..b72083e85df 100644 --- a/doc/user/project/clusters/serverless/index.md +++ b/doc/user/project/clusters/serverless/index.md @@ -123,7 +123,7 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ environment: production ``` - This `.gitlab-ci.yml` creates jobs that invokes some predefined commands to + This `.gitlab-ci.yml` creates jobs that invoke some predefined commands to build and deploy your functions to your cluster. `Serverless.gitlab-ci.yml` is a template that allows customization. @@ -175,7 +175,7 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ MY_FUNCTION: echo-docker ``` -Explanation of fields used above: +Explanation of the fields used above: ### `service` |