Integration in CI/CD Pipeline


#1

I would like to integrate my jovo project into an CI/CD pipeline.
But im stucked with the limitation of ask-cli and its authentication.

We have all our project data in our git repo. As soon as we push to a specific branch, our ci/cd process is triggerd. if the tests are successfull it will start deploy the project.

My problem is, that i can not create the profile for the ask-cli. The “ask init” step needs an authentication in a web browser, but I haven’t found a way to do it by script.
Without that profile the deploy fails with “invalid json: /root/.ask/cli_config”.

Does anyone know a way to deploy the jovo-project with such a pipeline?