Hi,
let's assume that I have a job which pulls source code that includes a DockerFile, builds the docker image and pushed it to a repository.
If I now want to deploy the new docker image (pull from repo and run) on an external development server, does Bamboo offer this functionality? One could simply create a script that executes ssh to the server with the appropriate docker commands, but I'm wondering if there is something cleaner already built-in.
Thanks.