docs: Update Actor deployment overview - #2973
Merged
Merged
Conversation
Contributor
|
🗑️ Preview for this PR was deleted. |
TC-MO
approved these changes
Sep 14, 2026
TC-MO
left a comment
Contributor
There was a problem hiding this comment.
LGTM, small nit about linking out to CLI command reference
| --- | ||
|
|
||
| Deploying an Actor involves uploading your [source code](/actors/development/actor-definition) and [building](/actors/development/builds-and-runs/builds) it on the Apify platform. Once deployed, you can run and scale your Actor in the cloud. | ||
| Deploying an Actor means defining the [source](/actors/development/deployment/source-types) for one of the Actor versions and [building](/actors/development/builds-and-runs/builds) it into a Docker image on the Apify platform. |
Contributor
There was a problem hiding this comment.
To be honest this sentence is quite confusing, and if I did not know Apify, I would not get it.
| ## How deployment works | ||
|
|
||
| To deploy your Actor using the Apify CLI: | ||
| Every Actor must have at least one version that stores the code the platform builds from, and defines where that code lives. An Actor can have up to 10 versions. |
Contributor
There was a problem hiding this comment.
I am not aware of this "An Actor can have up to 10 versions" -- just curious, do you have any info about this?
Contributor
Author
Contributor
|
Only two comments, otherwise LGTM. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the overview following the recent changes on Git-sourced Actors. The old version showed
apify pushas the only way to deploy Actors.Closes #2970.
Part of #1240.