- when i set the
sourceType
through the REST API, similar to how its being set through the UI, it gets converted to HTTP instead of git. I am unsure if i am doing something wrong here. using the HTTP url also results in the incorrect behaviour.
the expected structure:
git@github.com:<username>/<repo>.git#<branch_name>:<actor_subpath>
- do i need a deployment key per-actor even though they all use the same codebase (it is a monorepo)?
2a. if so, is there a way to automate this? because i want to automate creating actors via directories based on my known environment parameters passed through GitHub actions.
- when i tag a version as latest the prior version keeps the latest tag. is this intentional? how can i update the tags so only 1 has latest? is the expectation that I manually must untag latest from previous versions using some API endpoint?