Actor creation
Do we need to have separate Git repositories to create actors? Or are there any easy way to create actors from one code base.
2 Replies
unwilling-turquoise•3y ago
Hi @Lahiru Gayantha, you can set the source in this format to build the actor from a subdirectory:
<git url>#<branch>:<subdirectory>
You can find more information on this topic here: https://docs.apify.com/platform/actors/development/source-code#git-repositorySource code | Apify Documentation
Learn all about an Apify actor's code. Compare deployment options, create a custom Dockerfile, set environment variables and metamorph your actor.
conscious-sapphireOP•3y ago
@vojtechmaslan Thank you very much.