bpmct
03/31/2023, 12:10 AMfloitsch
03/31/2023, 7:25 AMartemis fleet push --dry-run
(or similar, like --prepare
) on their machines, and then artemis fleet push
on their buildbot (for example as a GitHub action on push to main).
Artemis is using git
under the hood. As long as you give that the means to access your repository it will work. We can look into passing credentials through the Artemis cli to git, but so far we just expect that git has access; either through ssh keys or some other authentication that happened before Artemis cli was invoked.bpmct
03/31/2023, 8:08 PM