How to use GitHub Actions to deploy your Quarkus app to GCP

Maxime DAVID
5 min readMar 23, 2020

In this article we will see, with a single git push, how your Quarkus app will go through a GitHub Actions pipeline, with very few configuration to get deployed on Cloud Run.

TL;DR : Try it here : https://quarkus-demo-actions-wz5zyp7liq-uc.a.run.app/hello and browse the code here : https://github.com/maxday/quarkus-demo-actions

We will go through the following four steps :

1- Build the app to produce a native executable.

--

--

Maxime DAVID

12-Factor App believer, Speaker, Open-Source enthusiast, Software Engineer @Datadog