Skip to content

Commit

Permalink
docs(srv): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz committed Dec 21, 2023
1 parent 677c82b commit 70e884c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,10 @@
{
"label": "Differences between Jobs, Functions and Containers",
"slug": "difference-jobs-functions-containers"
},
{
"label": "Methods to deploy Serverless Jobs",
"slug": "deploy-job"
}
],
"label": "Reference Content",
Expand Down
13 changes: 6 additions & 7 deletions serverless/jobs/reference-content/deploy-job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dates:
posted: 2023-12-20
---

Serverless Jobs can be deployed and managed using several tools. This page aims to help you find the right tool for your use-case.
Serverless Jobs can be deployed and managed using several tools. This page aims at helping you find the right tool for your use case.

<Message type="tip">
You can find examples using all the deployment methods shown here in our [Serverless Examples repository](https://github.com/scaleway/serverless-examples).
Expand Down Expand Up @@ -38,11 +38,10 @@ The [Scaleway CLI](/developer-tools/scaleway-cli/quickstart/) is a simple comman

Installation instructions and documentation is available in the [Scaleway CLI repository](https://github.com/scaleway/scaleway-cli).

Below is an example of using the CLI to deploy a function:
Below is an example of using the CLI to deploy a job:

```
scw jobs definition create name=testjob cpu-limi
t=70 memory-limit=128 image-uri=docker.io/alpine:latest command=ls
scw jobs definition create name=testjob cpu-limit=70 memory-limit=128 image-uri=docker.io/alpine:latest command=ls
```

## Scaleway SDKs
Expand All @@ -57,7 +56,7 @@ The available SDKs are:

<Message type="note">
Refer to the SDK repositories for more information:
- [Go SDK](https://github.com/scaleway/scaleway-sdk-go)
- [JS SDK](https://github.com/scaleway/scaleway-sdk-js)
- [Python SDK](https://github.com/scaleway/scaleway-sdk-python)
- [Go SDK repository](https://github.com/scaleway/scaleway-sdk-go)
- [JS SDK repository](https://github.com/scaleway/scaleway-sdk-js)
- [Python SDK repository](https://github.com/scaleway/scaleway-sdk-python)
</Message>

0 comments on commit 70e884c

Please sign in to comment.