Push a Worker Script
The simplest way to deploy your automation Python code is to create a public or private Git source code repository (e.g. on github.com) where the Framework can have access to. Then push your code to the repo and configure a worker on //bench to pull this code making use of an SSH key. That's it!
This is a low-barrier approach which makes use of the generic //bench Script Worker. You do not need to have any cloud build or deployment skills, your code is run rightaway by the automation job.



