Skip to content

feat(containers): scw deploy cmd#6545

Open
thomas-tacquet wants to merge 3 commits into
mainfrom
sls-scw-deploy-cmd
Open

feat(containers): scw deploy cmd#6545
thomas-tacquet wants to merge 3 commits into
mainfrom
sls-scw-deploy-cmd

Conversation

@thomas-tacquet
Copy link
Copy Markdown
Collaborator

Your checklist for this pull request

Description

Please describe what you added or changed.

@thomas-tacquet thomas-tacquet self-assigned this May 28, 2026
@thomas-tacquet thomas-tacquet requested review from a team as code owners May 28, 2026 15:47
@thomas-tacquet thomas-tacquet added do not merge PR that shouldn't be merged before a specific date (eg release) product: serverless do not review yet please wait before reviewing its not ready yet labels May 28, 2026
@thomas-tacquet thomas-tacquet added status: ready Ready to be merged and removed do not merge PR that shouldn't be merged before a specific date (eg release) do not review yet please wait before reviewing its not ready yet labels May 28, 2026
| **Rust** | `Cargo.toml` |
| **PHP** | `composer.json` |

### Example: Go application (no Dockerfile)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Example: Go application (no Dockerfile)
### Example: Go/Node.js application (no Dockerfile)

@@ -0,0 +1,299 @@
---
title: How to deploy with scw container deploy
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: How to deploy with scw container deploy
title: How to deploy using scw container deploy


## See also

- [How to deploy with scw container deploy](/serverless-containers/api-cli/cli-build-and-deploy/)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [How to deploy with scw container deploy](/serverless-containers/api-cli/cli-build-and-deploy/)
- [How to deploy using scw container deploy](/serverless-containers/api-cli/cli-build-and-deploy/)


import Requirements from "@macros/iam/requirements.mdx";

The `scw container deploy` command is a Scaleway CLI command that automates the entire deployment pipeline for Serverless Containers in a single step. It handles namespace creation, image building (via Docker or Buildpacks), pushing to the registry, and deploying the container all automatically.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The `scw container deploy` command is a Scaleway CLI command that automates the entire deployment pipeline for Serverless Containers in a single step. It handles namespace creation, image building (via Docker or Buildpacks), pushing to the registry, and deploying the container all automatically.
The `scw container deploy` command is a Scaleway CLI command that automates the entire deployment pipeline for Serverless Containers in a single step. It handles namespace creation, image building (via Docker or Buildpacks), pushing to the registry, and deploying the container automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants