Github Actions CI Integration with Qovery

We plan to implement our GitHub Action CI in deployments on Qovery.
Given that we are currently building the app container using the Qovery built-in build step, we are interested in how the entire pipeline will behave if we integrate gh actions. In that case, do we create the service differently and not use the built-in build step? In the case of gh Actions doing the build process, how will the automatic deployment be done and how will the specific version be promoted?

Thank you,

Hi @Vladimir_Stepic ,

I am glad to see you envision integrating Qovery with GitHub Actions.

Indeed, you need to declare a service as a container and link it to your container registry - then the build must:

  1. Be done by your GitHub Actions pipeline
  2. Pushed into your container registry
  3. Then, you trigger the Qovery deployment via the Qovery CLI in your GitHub Actions pipeline.

You can look at this complete example.

By using the Qovery CLI. You can see another example here.

I hope it helps. Let me know if you have any other questions :slight_smile:

1 Like

Hi,

it is a good clarification. Thanks.
I saw the docs but needed just answer like that.

Let me try this.

1 Like