mirror of https://github.com/knative/docs.git
Update create-bad-word-filter-service.md (#6240)
Replaced deploy command with appropriate create command.
This commit is contained in:
parent
4268abe23c
commit
cbaae40315
|
@ -44,7 +44,7 @@ This workflow ensures a smooth transition from development to deployment within
|
|||
|
||||

|
||||
```shell
|
||||
func deploy -b=s2i -v
|
||||
func create -l python bad-word-filter
|
||||
```
|
||||
|
||||
???+ success "Verify"
|
||||
|
@ -179,4 +179,4 @@ In this tutorial, you learned how to create a serverless function for a simple s
|
|||
|
||||
Next, we'll be learning how to use Knative Sequence to connect the 2 ML workflows and make sure they are executed in the order you want.
|
||||
|
||||
[Go to Create Knative Sequence :fontawesome-solid-paper-plane:](../page-4/create-sequence-to-streamline-ML-workflows.md){ .md-button .md-button--primary }
|
||||
[Go to Create Knative Sequence :fontawesome-solid-paper-plane:](../page-4/create-sequence-to-streamline-ML-workflows.md){ .md-button .md-button--primary }
|
||||
|
|
Loading…
Reference in New Issue